1
0
Fork 0
hscloud/personal/vuko/shells/sshd_config

18 lines
390 B
Plaintext

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