From 29722af1ae51333a7da742b5e02a5e7fe5983aab Mon Sep 17 00:00:00 2001 From: spacetourist Date: Fri, 10 Feb 2017 19:04:43 +0000 Subject: Configurable SSH cipher suite (#4109) * Configurable SSH cipher suite * Maintain ordering --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/app.ini b/conf/app.ini index 48e483dc..6e4e7a08 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -116,6 +116,8 @@ SSH_LISTEN_HOST = 0.0.0.0 SSH_LISTEN_PORT = %(SSH_PORT)s ; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'. SSH_ROOT_PATH = +; Choose the ciphers to support for SSH connections +SSH_SERVER_CIPHERS = aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, arcfour256, arcfour128 ; Directory to create temporary files when test publick key using ssh-keygen, ; default is system temporary directory. SSH_KEY_TEST_PATH = -- cgit v1.2.3