Difference between revisions of "Reverse SSH tunneling"

From wikieduonline
Jump to navigation Jump to search
Line 38: Line 38:
  
 
== See also ==
 
== See also ==
 +
* {{ssh -R}}
 
* {{ssh}}
 
* {{ssh}}
  
 
[[Category:SSH]]
 
[[Category:SSH]]

Revision as of 13:58, 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

Bad remote forwarding specification

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

Activities

Related

See also

Advertising: