-----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

[EMAIL PROTECTED] ~]$ ssh -X [EMAIL PROTECTED]
[EMAIL PROTECTED] ~]$ /usr/bin/firefox

Regards,
Max

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFHWK4oHoeeepPau2ERAprrAJ4xwyzkVAxaHfYibjnIQgbJR1EZAACglSuR
Rj4AbSA13VW/64kbGzaOW8g=
=nZOy
-----END PGP SIGNATURE-----
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to