summaryrefslogtreecommitdiffstats
path: root/modules/sshd/files/00base
blob: bbf2ec8b8c9d58f31804b5ec82b95fc5b1129a2d (plain) (blame)
1
2
3
4
5
6
7
8
PermitRootLogin yes
AuthorizedKeysFile .ssh/authorized_keys
ChallengeResponseAuthentication no
UsePAM yes
PrintMotd no
Subsystem sftp /usr/lib/ssh/sftp-server

# vim:ft=sshdconfig