misc/server/sshd_config_snippets

9 lines
190 B
Plaintext

# Example jump user configuration
Match User jumpuser
PermitTTY no
ForceCommand /sbin/nologin
AllowAgentForwarding no
AllowTcpForwarding yes
X11Forwarding no
PermitOpen dest0:* dest:*