I have 3 computers. A, B, and C.
A is the one I'm on now. B is a jumphost that I can SSH through from A to get to computer C using ssh -t B_host ssh C_host
.
What I'd like to do is mount C's file system to A through an SSHFS command but a brief look at the man pages didn't show any linking commands.
Is this possible?