From c616bac4d79c17a0e62dc4a3e36183b73d4f1d7e Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 11 Oct 2023 12:19:27 +0200 Subject: [PATCH] sshd_config aktualisiert --- sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshd_config b/sshd_config index 55fc499..f1d83ad 100755 --- a/sshd_config +++ b/sshd_config @@ -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 \ No newline at end of file