diff --git a/server/sshd_config_snippets b/server/sshd_config_snippets index d90c16f..8ad7b41 100644 --- a/server/sshd_config_snippets +++ b/server/sshd_config_snippets @@ -1,4 +1,9 @@ # Example jump user configuration + +# Use this to connect through the jumphost: +# ssh -N -L 9022:targethost:22 jumpuser@jumphost +# ssh alarm@localhost -p 9022 + Match User jumpuser PermitTTY no ForceCommand /sbin/nologin