Add usage notes to sshd snippets
This commit is contained in:
parent
aa1e90e57e
commit
6ca020abcb
@ -1,4 +1,9 @@
|
|||||||
# Example jump user configuration
|
# 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
|
Match User jumpuser
|
||||||
PermitTTY no
|
PermitTTY no
|
||||||
ForceCommand /sbin/nologin
|
ForceCommand /sbin/nologin
|
||||||
|
Loading…
Reference in New Issue
Block a user