Maybe the title must be changed but I have the following situation:
I can ssh to a host A
From A, I can ssh into a machine B, but this machine cannot be accessed from my computer. The name of the machine (as well as its ip) is local only.
How can I sshfs (and/or use scp) directly to machine B, without having to scp files from B->A and then from A->my machine. I'm really loosing productivity that way,
PS: I can't change configs in A nor B...