First commit. Enjoy the secure reverse ssh tunnel

This commit is contained in:
2020-07-31 12:41:53 +02:00
parent e45176ffdd
commit a0b0477d95
7 changed files with 829 additions and 1 deletions

11
config Normal file
View File

@ -0,0 +1,11 @@
Host jumpserver
Hostname <IP>
User root
IdentityFile /home/<USER>/.ssh/<ID>
Host remotehost
Hostname localhost
User <REMOTE_USER>
Port 20001
IdentityFile /home/<USER>/.ssh/<ID>
Proxycommand ssh -W %h:%p jumpserver