diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 06c28ed9..955c0072 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -83,6 +83,8 @@ SSH_LISTEN_PORT = %(SSH_PORT)s SSH_SERVER_CIPHERS = aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, arcfour256, arcfour128 ; The list of accepted MACs for connections to builtin SSH server. SSH_SERVER_MACS = hmac-sha2-256-etm@openssh.com, hmac-sha2-256, hmac-sha1 +; The list of accepted key exchange algorithms for connections to builtin SSH server. +SSH_SERVER_ALGORITHMS = rsa, ecdsa, ed25519 ; Define allowed algorithms and their minimum key length (use -1 to disable a type). [ssh.minimum_key_sizes] |