blob: 65b77c6eefa2246c279707ba0b0e631aabff32a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Port ${port}
PermitRootLogin no
AllowGroups ${join(" ", users)}
PasswordAuthentication no
ChallengeResponseAuthentication no
AuthenticationMethods publickey
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
|