-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Jerry Geis wrote:
So I want to be using firefox on the remote machine but displaying the screen output from firefox in my office. Both boxes are running centos 5.
how is that done?
First, man ssh, so you can read the ssh manual. Second, make sure on the remote host that this line is in /etc/ssh/sshd_config.
X11Forwarding yes
Then run ssh while forwarding X
[you@office ~]$ ssh -X user@host [you@remote ~]$ /usr/bin/firefox
Regards, Max