The place I work has a login server, and then I login to a Linux box from that login server. As in,
ssh login@host
ssh computer_name
providing authentication each time. If I'm working from my laptop, which is (unfortunately) running Vista, I run putty to get into login@host
then login to computer_name from the terminal it opens.
I will frequently have to get local files from my computer onto the Linux box, and vice versa. Normally I use WinSCP to transfer to the login@hostname
and then scp to computer_name, or the reverse. However, login@hostname
has very very limited storage space, and I cannot get larger files through that way. Is there a way to bring files directly between computer_name and my laptop?