hscloud/personal/vuko/shells/sshd_config
vuko 6c678e391e personal/vuko/shells initial commit
Change-Id: Icba91e8d4ffe53fc8a7ab7946f3a1b45daf20290
2020-05-22 22:02:22 +02:00

17 lines
390 B
Text

Port 2222
AddressFamily any
ListenAddress 0.0.0.0
#ListenAddress ::
#UsePrivilegeSeparation no
UsePAM no
PermitEmptyPasswords no
PasswordAuthentication no
AuthorizedKeysFile /tmp/authorized_keys
HostKey /etc/ssh/host/ssh_host_ed25519_key
Subsystem sftp /libexec/sftp-server
PidFile /tmp/sshd.pid
#ForceCommand internal-sftp
AllowTcpForwarding no
X11Forwarding no
PasswordAuthentication no