mirror of
https://github.com/MatteZ02/infra.git
synced 2025-07-01 16:53:37 +00:00
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
Port 25590
|
|
HostKey /etc/ssh/keys/ssh_host_rsa_key
|
|
HostKey /etc/ssh/keys/ssh_host_ed25519_key
|
|
SyslogFacility AUTHPRIV
|
|
LogLevel VERBOSE
|
|
PermitRootLogin prohibit-password
|
|
MaxAuthTries 2
|
|
PubkeyAuthentication yes
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
PermitEmptyPasswords no
|
|
PasswordAuthentication no
|
|
ChallengeResponseAuthentication no
|
|
UsePAM yes
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding yes
|
|
X11Forwarding no
|
|
TCPKeepAlive yes
|
|
Compression no
|
|
ClientAliveCountMax 2
|
|
UseDNS no
|
|
PermitTunnel yes
|
|
PermitOpen localhost:27017
|
|
PrintMotd no
|
|
Subsystem sftp /usr/lib/openssh/sftp-server
|