mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
27 lines
600 B
Django/Jinja
27 lines
600 B
Django/Jinja
Protocol 2
|
|
Port {{ ansible_port }}
|
|
ListenAddress {{ ansible_default_ipv4.address }}
|
|
ListenAddress {{ ansible_default_ipv6.address }}
|
|
|
|
HostKey /etc/ssh/ssh_host_rsa_key
|
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
|
|
|
PermitRootLogin without-password
|
|
StrictModes yes
|
|
MaxAuthTries 2
|
|
AllowUsers root
|
|
|
|
PubkeyAuthentication yes
|
|
AuthenticationMethods publickey
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
PasswordAuthentication no
|
|
PermitEmptyPasswords no
|
|
|
|
IgnoreRhosts yes
|
|
UsePAM yes
|
|
ChallengeResponseAuthentication no
|
|
PrintMotd no
|
|
X11Forwarding no
|
|
AllowTcpForwarding no
|
|
|
|
Subsystem sftp /usr/lib/openssh/sftp-server
|