I have three servers as follows: A ======> B ======> C I can use public key authentication to connect to B from A, and with agent forwarding jump from B to C without a login prompt. C is not directly accessible from A. Is there a way to ssh directly to server C in one fell swoop, without manually setting up a tunnel through B first?