Tech notes on the go
Thursday, October 17, 2013
SSH Port Forward multiple hops
Let's use VNC server two hops away.
ssh -4 -v -A -t -L 15902:localhost:15902 user1@host1 \
ssh -4 -v -A -L 15902:localhost:5900 user2@host2
vncviewer localhost:15902
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment