From: Tobias Brunner Date: Tue, 24 Nov 2015 16:26:16 +0000 (+0100) Subject: testing: Explicitly enable RC4 in SSH server config X-Git-Tag: 5.5.0dr1~17^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0a6811ab65ac2d72015680144d866f2d032043;p=thirdparty%2Fstrongswan.git testing: Explicitly enable RC4 in SSH server config Newer OpenSSH versions disable this by default because it's unsafe. Since this is not relevant for our use case we enable it due to its speed. --- diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index 07b7e78e54..ae2e4cc844 100644 --- a/testing/hosts/default/etc/ssh/sshd_config +++ b/testing/hosts/default/etc/ssh/sshd_config @@ -1,5 +1,6 @@ Port 22 Protocol 2 +Ciphers arcfour HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key