It is said that remote X apps(clients) can be tunneled by SSH and show on a local X server. I like the idea but I don't know how.
Suppose I have computer 'foo' and I can use ssh to connect to the remote machine 'bar' by : ssh bar
How can I run a gvim on the machine 'bar' and show the window on my local machine 'foo' using SSH tunnel?
Comment