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.
This commit is contained in:
Tobias Brunner 2015-11-24 17:26:16 +01:00
parent 6466546f81
commit 2b0a6811ab
1 changed files with 1 additions and 0 deletions

View 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