Difference between revisions of "SSH Port Forward"
From MS Computech
Line 8: | Line 8: | ||
พิมพ์ | พิมพ์ | ||
− | <pre>ssh -L 127.0.0.1: | + | <pre>ssh -L 127.0.0.1:3333:192.168.10.10:3389 [email protected]</pre> |
<pre>#mstsc | <pre>#mstsc | ||
− | localhost: | + | localhost:3333</pre> |
Revision as of 19:22, 20 March 2019
RDP Tunnel SSH
Yourhost >>>> internet >>>>> RDP Server
Download SSH Client
Copy to C:\windows\system32\
พิมพ์
ssh -L 127.0.0.1:3333:192.168.10.10:3389 [email protected]
#mstsc localhost:3333