3x-ui/sshd_config
2024-08-27 07:12:19 +03:30

17 lines
410 B
Text

Port 12297
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
LogLevel quiet
AllowAgentForwarding yes
AllowTcpForwarding yes
X11Forwarding no
LoginGraceTime 120
PermitRootLogin yes
StrictModes no
PubkeyAuthentication yes
IgnoreRhosts yes
HostbasedAuthentication no
PermitEmptyPasswords yes
ChallengeResponseAuthentication no