Difference between revisions of "SSH Port Forward"
From MS Computech
Line 1: | Line 1: | ||
RDP Tunnel SSH | RDP Tunnel SSH | ||
− | Yourhost >>>> internet >>>>> | + | Yourhost >>>> internet >>>>> RDP Server |
Download [http://rapidshare.com/files/175099731/SSH.rar SSH Client] | Download [http://rapidshare.com/files/175099731/SSH.rar SSH Client] | ||
Line 8: | Line 8: | ||
Yourhost พิมพ์ | Yourhost พิมพ์ | ||
− | <pre> | + | <pre>ssh -L 1000:gatewayipaddress:3389 administrator@gatewayipaddress</pre> |
+ | <pre>ssh -L 127.0.0.1:3389:192.168.10.10:3389 [email protected] -p 222</pre> | ||
+ | <pre>#mstsc | ||
localhost:1000</pre> | localhost:1000</pre> |
Revision as of 19:18, 20 March 2019
RDP Tunnel SSH
Yourhost >>>> internet >>>>> RDP Server
Download SSH Client
Copy to C:\windows\system32\
Yourhost พิมพ์
ssh -L 1000:gatewayipaddress:3389 administrator@gatewayipaddress
ssh -L 127.0.0.1:3389:192.168.10.10:3389 [email protected] -p 222
#mstsc localhost:1000