ssh-reg/config/etc/ssh/sshd_config
2019-09-24 00:38:03 +02:00

11 lines
250 B
Text

UseDNS no
Protocol 2
SyslogFacility AUTHPRIV
PermitRootLogin no
PermitUserEnvironment yes
PubkeyAuthentication yes
ChallengeResponseAuthentication no
Subsystem sftp /usr/lib/openssh/sftp-server
Match User tilde
PermitEmptyPasswords yes