Re: SSH X forwarding not working

2003-03-06 Thread Anton Vaaranmaa
Viestissä Torstai 6. Maaliskuuta 2003 23:04, Chris Horn kirjoitti: Greetings. I've looked over the mailing list, but haven't been able to find out why using ssh -X remote-host Have you configured the remote end to accept X forwarding in /etc/ssh/sshd_config? -- /(anton)

Re: SSH X forwarding not working

2003-03-06 Thread Andrew Markebo
/ Chris Horn [EMAIL PROTECTED] wrote: | Greetings. I've looked over the mailing list, but haven't been able | to find out why using | | ssh -X remote-host Try to throw on one or two -v's to check what ssh thinks. From where do you do ssh -X remote-host, and what is the value of the variable

Re: SSH X forwarding not working

2003-03-06 Thread Chris Horn
At the other end, /etc/ssh/sshd_config now has the line X11Forwarding yes Still no go. When I connect, the DISPLAY value on the remote box appears null. When I'm local, it's localhost:0.0 The error I receive when trying to run apps is Gtk-WARNING **: cannot open display: When I used xhost and

Re: SSH X forwarding not working

2003-03-06 Thread Harold L Hunt II
Chris, Okay, so you had X11Forwarding disabled before. What have you done to make sshd re-read its configuration file? Specifically restarted sshd? Restarted the entire machine? What? I suspect that sshd happily thinks that X11Forwarding is still disabled. Harold Chris Horn wrote: At

Re: SSH X forwarding not working

2003-03-06 Thread Andrew Markebo
Hmm looked through the mail again and saw: | ssh -x remote-host Have you tried ssh -X, capital X, using small x disables ssh forwarding. Meanwhile: / Chris Horn [EMAIL PROTECTED] wrote: | At the other end, /etc/ssh/sshd_config now has the line X11Forwarding yes | | Still no go. | | When I

Re: SSH X forwarding not working

2003-03-06 Thread Chris Horn
I had restarted sshd. At 04:45 PM Thursday 3/6/2003, you wrote: Chris, Okay, so you had X11Forwarding disabled before. What have you done to make sshd re-read its configuration file? Specifically restarted sshd? Restarted the entire machine? What? I suspect that sshd happily thinks that

Re: SSH X forwarding not working

2003-03-06 Thread Chris Horn
At 04:50 PM Thursday 3/6/2003, you wrote: Hmm looked through the mail again and saw: | ssh -x remote-host Have you tried ssh -X, capital X, using small x disables ssh forwarding. Sorry, sloppy typing. I've been using -X, the text in this email was a typo. Meanwhile: / Chris Horn [EMAIL

RE: ssh x forwarding

2003-01-27 Thread Richard Campbell
This probably should have been on the xfree list. From: Patrick Nelson [mailto:[EMAIL PROTECTED]] In ssh you get x forwarding. But, I can't seem to get it working. A command like: ssh -l user system x app always responds with something like: Gtk-WARNING **: cannot open display: Is there