blob: 3a5323fc495ea9aa28a9e54f112260ba084b1157 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
PermitRootLogin no
AllowGroups ssh-login
PasswordAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding no
 |