sshd_config aktualisiert
This commit is contained in:
parent
f6d14abb22
commit
c616bac4d7
@ -3,7 +3,7 @@ ChallengeResponseAuthentication no
|
||||
PasswordAuthentication no
|
||||
AuthenticationMethods publickey
|
||||
PubkeyAuthentication yes
|
||||
AllowUsers bastion
|
||||
AllowUsers jumpuser
|
||||
PermitTTY no
|
||||
X11Forwarding no
|
||||
PermitTunnel no
|
||||
@ -14,4 +14,4 @@ Port 2222
|
||||
ForceCommand /sbin/nologin
|
||||
Match User jumpuser
|
||||
AllowTcpForwarding yes
|
||||
AuthorizedKeysFile /config/authorized_keys
|
||||
AuthorizedKeysFile /config/authorized_keys
|
Loading…
Reference in New Issue
Block a user