bugcy013
1/6/2018 - 3:34 PM

SSH Local forwarding

SSH Local forwarding

~]# ssh -L 172.16.60.24:8980:192.168.107.102:8980 dhanasekaran@192.168.107.102

 If you don’t need the shell, you can disable it with the -N switch
 If you want SSH to go into the background, you can do so with the -f flag.


~]# ssh -f -N -L 172.16.60.24:8980:192.168.107.102:8980 dhanasekaran@192.168.107.102