sshd_config aktualisiert

This commit is contained in:
Marko Oldenburg 2023-10-11 12:19:27 +02:00
parent f6d14abb22
commit c616bac4d7

View File

@ -3,7 +3,7 @@ ChallengeResponseAuthentication no
PasswordAuthentication no PasswordAuthentication no
AuthenticationMethods publickey AuthenticationMethods publickey
PubkeyAuthentication yes PubkeyAuthentication yes
AllowUsers bastion AllowUsers jumpuser
PermitTTY no PermitTTY no
X11Forwarding no X11Forwarding no
PermitTunnel no PermitTunnel no
@ -14,4 +14,4 @@ Port 2222
ForceCommand /sbin/nologin ForceCommand /sbin/nologin
Match User jumpuser Match User jumpuser
AllowTcpForwarding yes AllowTcpForwarding yes
AuthorizedKeysFile /config/authorized_keys AuthorizedKeysFile /config/authorized_keys