<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">
<blockquote type="cite">
  <pre>Jerry Geis wrote:
><i> I can ssh into a remote machine.
</i>><i> I can start X on that machine with startx
</i>><i>
</i>><i> How do I then start firefox on that machine (from the ssh prompt) and
</i>><i> have it display on my machine in my office.
</i>><i>
</i>><i> So I want to be using firefox on the remote machine but displaying the
</i>><i> screen output from firefox in my office.
</i>><i> Both boxes are running centos 5.
</i>
don't startx on the REMOTE machine, have it running on the LOCAL machine.

local$ ssh -X remote
...authenticate...
remote$ firefox &

and firefox should open on the local...</pre>
</blockquote>
<br>
I tried the above (without the &) and firefox just returns.<br>
<br>
I looked at /etc/ssh/sshd_config and X11Forwarding is yes.<br>
<br>
Jerry<br>
</font>
</body>
</html>