Monday, 26 August 2013

scp files from a host via another host

scp files from a host via another host

I am on machine A, i can access machine B by ssh and from machine B to C
via ssh. But i cannot access machine C directly from A.
The problem is that i have to transfer a folder of size 5 GB to my local
machine A from C. I can do this by first transferring them to B and then
transferring to A from B. But B has limited disk space. I have a user
account on B and C, no root account. But i can do my stuff with the user
accounts.
Now please tell me how can i get that folder from C to A? I heard about
ssh tunneling here , but it is not clear to me. What should I do?

No comments:

Post a Comment