Use key(and password-)less SSH authentication

This commit is contained in:
Tobias Brunner
2013-01-17 15:22:09 +01:00
parent beff82dd98
commit 18bce26ea6
6 changed files with 18 additions and 67 deletions
+13
View File
@@ -0,0 +1,13 @@
Port 22
Protocol 2
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