summaryrefslogtreecommitdiff
path: root/testing/hosts/default/etc/ssh/sshd_config
blob: ae2e4cc84459034e14e742eb661eaa25ccba238b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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