Add SSHD snippet for jump user (port forwarding only to specific hosts)

master
Markus Koch 2020-04-01 12:15:41 +02:00
parent 2d58fc19c7
commit aa1e90e57e
1 changed files with 8 additions and 0 deletions

View File

@ -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:*