diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-04 20:00:50 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-04 20:00:50 +0000 |
commit | 70d38dd857d29422cc429577349dba4cbfab718f (patch) | |
tree | 02e398cb7bca866f9c24b5f97a3279f277d38179 /tools/conf/etc/ssh | |
parent | 8bec810290f5e4627bc243ce62c3ca491279bab7 (diff) | |
download | doc-70d38dd857d29422cc429577349dba4cbfab718f.tar.gz |
openssh sslv2 drown fix
Diffstat (limited to 'tools/conf/etc/ssh')
-rw-r--r-- | tools/conf/etc/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/conf/etc/ssh/sshd_config b/tools/conf/etc/ssh/sshd_config index 5e07530..f0619fe 100644 --- a/tools/conf/etc/ssh/sshd_config +++ b/tools/conf/etc/ssh/sshd_config @@ -33,6 +33,7 @@ Protocol 2 # Ciphers and keying #RekeyLimit default none +Ciphers aes256-ctr,aes192-ctr,aes128-ctr # Logging # obsoletes QuietMode and FascistLogging @@ -51,7 +52,7 @@ MaxAuthTries 3 #MaxSessions 10 #RSAAuthentication yes -#PubkeyAuthentication yes +PubkeyAuthentication yes AllowGroups admin users gitolite |