2007-06-16

X11 ssh forwarding

It is common knowledge that ssh -X or ssh -Y forward X11 connections. However, what I didn't know until few days ago is that this works even across several machines. That is, if you do ssh -Y from A -> B -> C, then opening an X program on machine C will forward the X connection to the X server at machine A. Very convenient.

No comments: