mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
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.
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
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
|
|
UsePrivilegeSeparation no
|
|
PermitRootLogin yes
|
|
StrictModes no
|
|
PubkeyAuthentication no
|
|
PermitEmptyPasswords yes
|
|
PrintMotd no
|
|
PrintLastLog no
|
|
UsePAM no
|