Difference between revisions of "Reverse SSH tunneling"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
1) Create tunnel
+
1) Create remote port forwarding
   [[ssh -f]] [[-N]] [[ssh -T|-T]] [[-R]]2222:localhost:22 $([[hostname -I]])
+
   [[ssh -f]] [[-N]] [[ssh -T|-T]] [[-R]]2222:localhost:22 $([[hostname -i]])
  
 
   [[ssh -f]] [[-N]] [[ssh -T|-T]] [[-R]]2222:localhost:22 [[yourmachineip]].example.com or  
 
   [[ssh -f]] [[-N]] [[ssh -T|-T]] [[-R]]2222:localhost:22 [[yourmachineip]].example.com or  
Line 10: Line 10:
 
   [[ssh -fNT]] -R2222:localhost:22 [email protected]
 
   [[ssh -fNT]] -R2222:localhost:22 [email protected]
  
 
 
 
   -T Disable pseudo-terminal allocation.
 
   -T Disable pseudo-terminal allocation.
  
Line 23: Line 22:
 
   
 
   
 
  Solution: -R2222243653 review you do not exceed size of port.
 
  Solution: -R2222243653 review you do not exceed size of port.
 
  
 
  [[kex_exchange_identification: read: Connection reset by peer]]
 
  [[kex_exchange_identification: read: Connection reset by peer]]
Line 37: Line 35:
 
* <code>[[ssh tunnel]]</code>
 
* <code>[[ssh tunnel]]</code>
 
* <code>[[myip]]</code>
 
* <code>[[myip]]</code>
* [[ip route add]]
+
* <code>[[ip route add]]</code>
 +
* [[nping]]
  
 
== See also ==
 
== See also ==
 +
* {{ssh -R}}
 
* {{ssh}}
 
* {{ssh}}
  
 
[[Category:SSH]]
 
[[Category:SSH]]

Latest revision as of 14:02, 22 January 2024


1) Create remote port forwarding

 ssh -f -N -T -R2222:localhost:22 $(hostname -i)
 ssh -f -N -T -R2222:localhost:22 yourmachineip.example.com or 
 ssh -fNT -R2222:localhost:22 [email protected]
  -T Disable pseudo-terminal allocation.


2) Connect

ssh -p 2222 localhost


Error[edit]

Bad remote forwarding specification

Solution: -R2222243653 review you do not exceed size of port.
kex_exchange_identification: read: Connection reset by peer

Activities[edit]

Related[edit]

See also[edit]

Advertising: