summaryrefslogtreecommitdiff
path: root/common/files/sshd_config
blob: 878b81f2846da321dee6ef2c68ed48b061d57a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Authentication types
ChallengeResponseAuthentication no
PasswordAuthentication no
PubkeyAuthentication yes

# Authentication details
AuthorizedKeysFile	.ssh/authorized_keys
PermitRootLogin no
UsePAM yes

# Subsystems
Subsystem	sftp	/usr/lib/ssh/sftp-server