add ed25519 host key type; add AuthenticationMethods option

This commit is contained in:
Bohdan Kmit
2015-01-16 17:21:10 +00:00
parent b62872591c
commit b843d8168b
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -5,6 +5,7 @@ sshd_config:
- /etc/ssh/ssh_host_rsa_key
- /etc/ssh/ssh_host_dsa_key
- /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeparation: 'yes'
KeyRegenerationInterval: 3600
ServerKeyBits: 768
@@ -21,6 +22,7 @@ sshd_config:
HostbasedAuthentication: 'no'
PermitEmptyPasswords: 'no'
ChallengeResponseAuthentication: 'no'
AuthenticationMethods 'publickey,keyboard-interactive'
X11Forwarding: 'yes'
X11DisplayOffset: 10
PrintMotd: 'no'