Re: SSH & X11 forwarding

2018-11-23 Thread der.hans
Am 23. Nov, 2018 schwätzte Martin so: moin moin, please don't 'xhost +', that should not be needed. The application being tunneled comes from localhost, so you shouldn't need any xhost adjustment. ciao, der.hans Hi list members, I have not used X11 over ssh for years now. But today is the

Re: SSH & X11 forwarding

2018-11-23 Thread Reco
Hi. On Fri, Nov 23, 2018 at 02:48:09PM +0100, Martin wrote: > Hi list members, > > I have not used X11 over ssh for years now. But today is the day! And it does > not work > The remote console tells me 'Xt error: Can't open display: :0'. What does it exactly say while logging you in

Re: SSH & X11 forwarding

2018-11-23 Thread steve
Le 23-11-2018, à 14:48:09 +0100, Martin a écrit : Hi list members, I have not used X11 over ssh for years now. But today is the day! And it does not work The remote console tells me 'Xt error: Can't open display: :0'. X11Forwarding is enabled on client and server, 'xhost +' on the client,

Re: SSH & X11 forwarding

2018-11-23 Thread Hans
Am Freitag, 23. November 2018, 14:48:09 CET schrieb Martin: Hi Martin, did you try ssh -X -l yourusername 192.168.what_ip.whatever? This should work by default. Any graphical application should then show on your client (as fas as you have linux on it at all). Running this from Windows, you ne

Re: ssh X11 forwarding problem

2008-09-20 Thread abdelkader belahcene
Hi, You tried to run ssh as root, you probably did it from a user terminal, you can't since display belongs to the user log in. If you want to do it, I think it possible, but from the administrator terminal( don't use su ) , in this case root has a display ), check it ! best regards bela

Re: ssh X11 forwarding problem SOLVED

2008-09-06 Thread Zach Uram
I didn't have xauth installed. Zac -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ssh X11 forwarding problem

2008-09-04 Thread Alex Samad
On Thu, Sep 04, 2008 at 04:26:45AM -0400, Zach Uram wrote: > Ok from my local host I can ssh into a host on network A with 'ssh -X [snip] > The X11 forwarding worked fine on host A (a school host) yet fails on > host B (my VPX box). > > Any clue how I can fix this and why it works on network A's

Re: ssh X11 forwarding problem

2008-09-04 Thread Andrei Popescu
On Thu,04.Sep.08, 06:39:55, Zach Uram wrote: [...] > I noticed something in the ssh debug info, maybe you know what this means: > > debug1: Authentication succeeded (password). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > debug1: Requesting X11 forwarding

Re: ssh X11 forwarding problem

2008-09-04 Thread Fanfan
Le Jeu 4 septembre 2008 12:39, Zach Uram a écrit : [...] > debug1: Authentication succeeded (password). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > debug1: Requesting X11 forwarding with authentication spoofing. > debug1: Sending environment. > debug1: Sendi

Re: ssh X11 forwarding problem

2008-09-04 Thread Zach Uram
Thierry Chatelet <[EMAIL PROTECTED]> wrote: >Did you enable X in /etc/ssh/ssh_conf > > ForwardX11 yes Salut Thierry, Non, I did not have that set. I just modified /etc/ssh/ssh_conf. Here is what it has now: Host * ForwardX11 yes SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthen

Re: ssh X11 forwarding problem

2008-09-04 Thread Andrei Popescu
On Thu,04.Sep.08, 04:26:45, Zach Uram wrote: [...] > Any clue how I can fix this and why it works on network A's host but not on > B's? > > Zach You can start by comparing /etc/ssh/ssh_config and /etc/ssh/sshd_config on both boxes. Regards, Andrei -- If you can't explain it simply, you do

Re: ssh X11 forwarding problem

2008-09-04 Thread Thierry Chatelet
On Thursday 04 September 2008 10:26:45 Zach Uram wrote: > Ok from my local host I can ssh into a host on network A with 'ssh -X > Zach Did you enable X in /etc/ssh/ssh_conf ForwardX11 yes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: ssh x11 forwarding on etch

2007-07-20 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ron Peterson wrote: > > I just discovered that I had to add the following to my > > /etc/ssh/ssh_config in order for X11 tunnelling to work when I > > logged into remote systems. I have found that so long as I log into the remote system with "ssh -

Re: ssh x11 forwarding on etch

2007-07-19 Thread Bob Proulx
Ron Peterson wrote: > Debian Etch > > I just discovered that I had to add the following to my > /etc/ssh/ssh_config in order for X11 tunnelling to work when I logged > into remote systems. Have you tinkered with your X11 configuration? Testing? Backports? > Host * >XAuthLocation /usr/bin/x

Re: SSH = X11 forwarding?

2006-04-21 Thread Andrew Sackville-West
On Fri, Apr 21, 2006 at 02:16:51PM -0500, Greg Norris wrote: > On Fri, Apr 21, 2006 at 09:55:04AM -0700, Andrew Sackville-West wrote: > > On Fri, Apr 21, 2006 at 07:52:39AM -0500, Greg Norris wrote: > > > On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote: > > > > Ryan, > > > > You proba

Re: SSH = X11 forwarding?

2006-04-21 Thread Greg Norris
On Fri, Apr 21, 2006 at 09:55:04AM -0700, Andrew Sackville-West wrote: > On Fri, Apr 21, 2006 at 07:52:39AM -0500, Greg Norris wrote: > > On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote: > > > Ryan, > > > You probably need to run > > > > > > xhost > > > > > > on the client

Re: SSH = X11 forwarding?

2006-04-21 Thread Andrew Sackville-West
On Fri, Apr 21, 2006 at 07:52:39AM -0500, Greg Norris wrote: > On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote: > > Ryan, > > You probably need to run > > > > xhost > > > > on the client machine. > > Someone suggest this virtually every time the topic comes up. It's > ex

Re: Solved! Re: SSH = X11 forwarding?

2006-04-21 Thread Greg Norris
On Tue, Apr 18, 2006 at 12:46:01PM -0400, [EMAIL PROTECTED] wrote: > Do I understand correctly that xbase-clients has to be installed on the > machine on which the programs run, not the machine on which the > keyboard, mouse, and screen are? Yes, it needs to be available on the ssh server. The

Re: SSH = X11 forwarding?

2006-04-21 Thread Greg Norris
On Tue, Apr 18, 2006 at 10:43:47AM -0400, Antonio Paiva wrote: > Ryan, > You probably need to run > > xhost > > on the client machine. Someone suggest this virtually every time the topic comes up. It's exceptionally bad advice... DON'T DO IT!!! signature.asc Description: Digital sig

Re: Solved! Re: SSH = X11 forwarding?

2006-04-19 Thread Mark Crean
On Tuesday 18 April 2006 12:53, Curt Howland wrote: [snip] > I also note that the Sarge version of xbase-clients includes glxgears, > which the latest Sid version does not. The new separate glxgears in > Sid doesn't display the framerate, which sort of defeats the whole > purpose of having glxgears

Re: Solved! Re: SSH = X11 forwarding?

2006-04-18 Thread hendrik
On Tue, Apr 18, 2006 at 07:53:26AM -0400, Curt Howland wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sure enough, "xbase-clients" was not installed. Installing indeed did > cause the "DISPLAY=localhost:10.0" environment variable to be set, > and life as we know it is restored to h

Re: SSH = X11 forwarding?

2006-04-18 Thread Vincent Lefevre
On 2006-04-18 10:43:47 -0400, Antonio Paiva wrote: > Ryan, > You probably need to run > > xhost > > on the client machine. No!!! -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRI

Solved! Re: SSH = X11 forwarding?

2006-04-18 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sure enough, "xbase-clients" was not installed. Installing indeed did cause the "DISPLAY=localhost:10.0" environment variable to be set, and life as we know it is restored to health. I also note that the Sarge version of xbase-clients includes glxge

Re: SSH = X11 forwarding?

2006-04-18 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan Nowakowski <[EMAIL PROTECTED]> wrote: > What do you see when you use verbose(ssh -v)? Ah! I do see a message, "no xauth program". I'll try installing xauth and see what difference that makes. local$ ssh -vv server OpenSSH_4.2p1 Debian-8, OpenSS

Re: SSH = X11 forwarding?

2006-04-18 Thread Antonio Paiva
Ryan, You probably need to run xhost on the client machine. Best, Antonio Ryan Nowakowski wrote: On Mon, Apr 17, 2006 at 04:35:37PM -0400, Curt Howland wrote: Hi. Runnning up to date Sid, yes even with the Xorg v7. I'm trying the very simple "forward X11 over SSH" and it isn't work

Re: SSH = X11 forwarding?

2006-04-17 Thread Ryan Nowakowski
On Mon, Apr 17, 2006 at 04:35:37PM -0400, Curt Howland wrote: > Hi. Runnning up to date Sid, yes even with the Xorg v7. I'm trying the > very simple "forward X11 over SSH" and it isn't working. > > The remote and local /etc/sshd_config has "X11Forwarding yes" > and "X11DisplayOffset 10", the /et

Re: ssh X11 forwarding

2004-02-14 Thread David Purton
On Sat, Feb 14, 2004 at 12:03:02PM +0100, John Smith wrote: > Update: > You need the package xbase-clients as well: you need xauth to > set the X11 permissions. > beautiful - works great. Thankyou dc -- David Purton [EMAIL PROTECTED] For the eyes of the LORD range throughout the earth to st

Re: ssh X11 forwarding

2004-02-14 Thread John Smith
Update: You need the package xbase-clients as well: you need xauth to set the X11 permissions. Sincerely, Jan. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ssh X11 forwarding

2004-02-14 Thread John Smith
On Sat, 2004-02-14 at 10:52, David Purton wrote: > I can't get X11 forwarding to work and I'm not sure where sto start in > fixing things: > > at the moment when the DISPLAY variable is not set when I ssh -X > > ie. > > $local > echo $DISPLAY > :0.0 > $local > ssh -X remote > $remote > echo $DIS

Re: ssh X11 forwarding

2003-03-30 Thread Michael West
On Mon, Mar 31, 2003 at 12:15:36AM +0200, Vincent Lefevre wrote: > On Sun, Mar 30, 2003 at 13:46:36 -0800, Michael West wrote: > > I have "X11Forwarding yes" in sshd_config and login with `ssh -X > > hostname` but `echo $DISPLAY` gives '0.0' after successful login. > > Look at all the scripts (eit

Re: ssh X11 forwarding

2003-03-30 Thread Vincent Lefevre
On Sun, Mar 30, 2003 at 13:46:36 -0800, Michael West wrote: > I have "X11Forwarding yes" in sshd_config and login with `ssh -X > hostname` but `echo $DISPLAY` gives '0.0' after successful login. Look at all the scripts (either in your $HOME or in /etc) that can be run by the shell at startup. Perh

Re: ssh X11 forwarding

2003-03-30 Thread Christian Jaeger
At 13:46 Uhr -0800 30.03.2003, Michael West wrote: I have "X11Forwarding yes" in sshd_config and login with `ssh -X hostname` but `echo $DISPLAY` gives '0.0' after successful login. Looks like you're setting $DISPLAY to '0.0' somewhere in your startup scripts? It should either be something like "lo

Re: ssh x11 forwarding

2000-01-18 Thread Brad
On Tue, Jan 18, 2000 at 10:21:02AM +0100, Wouter Hanegraaff wrote: > I have three computers, two running slink and one running potato. The > slink boxes have the old ssh, and the potato box has openssh. > > When I log into the potato box from one of the slink boxes, x11 > forwarding doesn't work a