Suppose I have three machines: A, B, C. I would like to login C on A, but A and C cannot connect each other. Usually I do: A->ssh->B, then B->ssh->C, in my terminal.