diff --git a/server/sshd_config_snippets b/server/sshd_config_snippets new file mode 100644 index 0000000..d90c16f --- /dev/null +++ b/server/sshd_config_snippets @@ -0,0 +1,8 @@ +# Example jump user configuration +Match User jumpuser + PermitTTY no + ForceCommand /sbin/nologin + AllowAgentForwarding no + AllowTcpForwarding yes + X11Forwarding no + PermitOpen dest0:* dest:*