Skip to content

SSH audit reports unsafe or weak algorithms #368

Answered by drakkan
drakkan asked this question in Q&A
Discussion options

You must be logged in to vote

You are using the default configuration.

If you don't mind to be compatible with slightly older clients you can easily configure SFTPGo to pass the audit performed using ssh_audit.

Here is a sample config diff:

-    "host_keys": [],
-    "kex_algorithms": [],
+    "host_keys": ["id_ed25519"],
+    "kex_algorithms": ["[email protected]"],
     "ciphers": [],
-    "macs": [],
+    "macs": ["[email protected]"],

Please note that SFTPGo is not related to OpenSSH in any way, it doesn't use OpenSSH 6.5 or any other version. It is based on the Go crypto/ssh stack.

Replies: 1 comment

Comment options

drakkan
Apr 8, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by drakkan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant