I am trying to copy a file from 10.10.10.99:/home/shantanu/ to the localhost. The only problem is that I need to tunnel the connection through 10.10.10.98 Something like this does not work....
ssh shantanu@10.10.10.98 "ssh shantanu@10.10.10.99 cp /home/shantanu/test.txt . "
The thread "ssh tunnel via multiple hops" is too confusing.
http://superuser.com/questions/96489/ssh-tunnel-via-multiple-hops