Navigation


pmwiki-2.2.116 edit SideBar

ReverseSSH


Example

From <source> login to <target>: ssh <firewall> ssh <target>

From <target> establish reverse tunnel to <source>: ssh -p <source-ssh-port> -R <target-port>:localhost:22 <source-user>@<source>

From <source> ssh to <target>: ssh -p <target-port> <target-user>@localhost