I have 3 machines A, B and C. I can ssh from B to A and also from B to C. B will not accept any incoming connections. There is no direct connection between A and C possible.
Is there a way to ssh from A to C and from C to A reusing the ssh connections I created from B?
+---+ SSH +---+ SSH +---+
| A | <--- | B | ----> | C |
+---+ +---+ +---+