mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
RC4, which was previously used for performance reasons, is not supported anymore with newer versions of SSH (stretch still supports it, but it requires explicit configuration on the guests when they act as clients too - the version in Ubuntu 18.04 apparently doesn't support it anymore at all). AES-GCM should actually be faster (at least for larger amounts of data and in particular with hardware acceleration).
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
Port 22
|
|
Protocol 2
|
|
Ciphers aes128-gcm@openssh.com
|
|
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
|
|
AcceptEnv LEAK_DETECTIVE_LOG
|