9 lines
190 B
Plaintext
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:*
|