SSH with multiple hops

1 min read
Excellent question on superuser.com with a fantastic answer. If anyone needs to jump through multiple servers via ssh (or any other protocol) take a look at this answer.
ssh -L 9999:localhost:9999 host1 ssh -L 9999:localhost:1234 -N host2
Excellent question on superuser.com with a fantastic answer. If anyone needs to jump through multiple servers via ssh (or any other protocol) take a look at this answer.
ssh -L 9999:localhost:9999 host1 ssh -L 9999:localhost:1234 -N host2
Related Posts
Using iWatch to Automatically Run Unit Tests (Linux)
•
1 min read
'Linux/OSX: find out what network ports are in use'
•
1 min read
Interesting Programmer Links
•
2 min read
Need Expert Help with Apache Cassandra?
Get professional consulting for your distributed systems challenges. Performance optimization, architecture design, and troubleshooting.