]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Explicitly enable RC4 in SSH server config
authorTobias Brunner <tobias@strongswan.org>
Tue, 24 Nov 2015 16:26:16 +0000 (17:26 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 15 Jun 2016 14:24:44 +0000 (16:24 +0200)
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.

testing/hosts/default/etc/ssh/sshd_config

index 07b7e78e547872a1846c7d9cead066ecd46de5b6..ae2e4cc84459034e14e742eb661eaa25ccba238b 100644 (file)
@@ -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