Difference between revisions of "SSH Port Forward"

From MS Computech
Jump to: navigation, search
(New page: RDP Tunnel SSH Yourhost >>>>  internet >>>>> Gateway บน windows พิมพ์ <pre>#ssh -L 1000:200.122.244.89:3389 [mailto:administrator@gatewayi...)
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
RDP Tunnel SSH
+
RDP Tunnel SSH  
  
Yourhost &gt;&gt;&gt;&gt;&nbsp; internet &gt;&gt;&gt;&gt;&gt; Gateway
+
Yourhost &gt;&gt;&gt;&gt;&nbsp; internet &gt;&gt;&gt;&gt;&gt; RDP Server
  
 +
Download [http://rapidshare.com/files/175099731/SSH.rar SSH Client]
  
 +
Copy to C:\windows\system32\<br>
  
บน windows พิมพ์
+
พิมพ์  
<pre>#ssh -L 1000:200.122.244.89:3389 [mailto:administrator@gatewayipaddress administrator@gatewayipaddress]</pre><pre>#mstsc
+
<pre>ssh -L 127.0.0.1:3333:192.168.10.10:3389 root@remotesshserver.com -p 22</pre>
#localhost:1000</pre>
+
<pre>#mstsc
 +
localhost:3333</pre>

Latest 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] -p 22
#mstsc
localhost:3333