Add usage notes to sshd snippets

master
Markus Koch 2020-04-01 16:48:03 +02:00
parent aa1e90e57e
commit 6ca020abcb
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
# 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