Difference between revisions of "Reverse SSH tunneling"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
  [[ssh -f]] [[-N]] [[-T]] [[-R]]22222:localhost:22 yourpublichost.example.com
 
  [[ssh -f]] [[-N]] [[-T]] [[-R]]22222:localhost:22 yourpublichost.example.com
 +
 +
ssh -fNT -R2222:localhost:22 192.168.1.132
  
 
  [[ssh -p]]
 
  [[ssh -p]]

Revision as of 12:28, 11 September 2023

ssh -R
ssh -f -N -T -R22222:localhost:22 yourpublichost.example.com
ssh -fNT -R2222:localhost:22 192.168.1.132
ssh -p


Bad remote forwarding specification

Solution: -R2222243653 review you do not exceed size of port.

Activities

Related

See also

Advertising: