Files
debian/etc/ssh/sshd_config
2023-05-08 03:25:43 +00:00

23 lines
523 B
Plaintext

Port 46571
AddressFamily any
Protocol 2
HostKey /etc/ssh/ssh_host_ed25519_key
PermitRootLogin prohibit-password
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
ChallengeResponseAuthentication no
GSSAPIAuthentication no
GSSAPICleanupCredentials no
GSSAPIStrictAcceptorCheck no
GSSAPIKeyExchange no
UsePAM yes
X11Forwarding yes
TCPKeepAlive yes
ClientAliveInterval 60
UseDNS no
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
Match User kairee
PasswordAuthentication yes