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