<!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>><i>
</i>><i> Jerry Geis wrote:
</i>><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>><i> /
</i>><i> don't startx on the REMOTE machine, have it running on the LOCAL machine.
</i>><i>
</i>><i> local$ ssh -X remote
</i>><i> ...authenticate...
</i>><i> remote$ firefox </i></pre>
</blockquote>
<blockquote type="cite">
  <pre><i>&
</i>><i>
</i>><i> and firefox should open on the local...
</i>
I tried the above (without the &) and firefox just returns.

I looked at /etc/ssh/sshd_config and X11Forwarding is yes.

  </pre>
</blockquote>
ssh -X remoteIP firefox<br>
<br>
It just took a really long time through the internet...<br>
<br>
Thanks,<br>
<br>
Jerry<br>
</font>
</body>
</html>