From f6d14abb225ac05fda778b1d0467f094e09abbf6 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 11 Oct 2023 11:37:26 +0200 Subject: [PATCH] sshd_config aktualisiert --- sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd_config b/sshd_config index b2e2cad..55fc499 100755 --- a/sshd_config +++ b/sshd_config @@ -12,6 +12,6 @@ HostKey /config/ssh_host_ed25519_key HostKey /config/ssh_host_rsa_key Port 2222 ForceCommand /sbin/nologin -Match User bastion +Match User jumpuser AllowTcpForwarding yes AuthorizedKeysFile /config/authorized_keys