14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
# 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
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding yes
|
|
X11Forwarding no
|
|
PermitOpen dest0:* dest:*
|