I'm on a vpn. I ssh to a machine through another machine like so
ssh -A -t -l bob 192.16.4.9 ssh -A -t node-17
I now need to scp a file from node-17:/tmp/something.
How can I do the above in one step? There is no space left on the other nodes to move it to first. I should add that public keys are used to authenticate between 192.168.4.9 and node-17
Thanks