Re: SSH X forwarding going awry FIXED (Was: Why does Debian allow all incoming traffic by default)

2018-09-23 Thread Gene Heskett
On Sunday 23 September 2018 16:55:39 Joe wrote: > On Sun, 23 Sep 2018 09:55:48 -0400 > > Gene Heskett wrote: > > synaptic-pkexec still doesn't. > > > > > > > > So I'm still restricted to doing updates with apt. > > not a show stopper, but the rock64 can do that 20x faster. > > I vaguely recall ha

Re: SSH X forwarding going awry FIXED (Was: Why does Debian allow all incoming traffic by default)

2018-09-23 Thread Joe
On Sun, 23 Sep 2018 09:55:48 -0400 Gene Heskett wrote: > synaptic-pkexec still doesn't. > > > So I'm still restricted to doing updates with apt. > not a show stopper, but the rock64 can do that 20x faster. > I vaguely recall having trouble with this on sid years ago, and completely failing

Re: SSH X forwarding going awry FIXED (Was: Why does Debian allow all incoming traffic by default)

2018-09-23 Thread Gene Heskett
On Sunday 23 September 2018 05:35:41 Étienne Mollier wrote: > Good Day, > > On 9/22/18 10:15 PM, Gene Heskett wrote: > > I would certainly hope so, AND give due consideration to just > > how big a headache any change means for the users. > > That is an understatement, this headache thing. > > > Th

SSH X forwarding going awry (Was: Why does Debian allow all incoming traffic by default)

2018-09-23 Thread Étienne Mollier
Good Day, On 9/22/18 10:15 PM, Gene Heskett wrote: > I would certainly hope so, AND give due consideration to just > how big a headache any change means for the users. That is an understatement, this headache thing. > They have over the last two "upgrades" from wheezy to jessie > and on to stret

ssh X forwarding and iceweasel

2007-05-22 Thread Andrew Sackville-West
Hi, I've been playing with X forwarding and ssh and run across an interesting phenomenon, maybe you guys can help. First off, x-forwarding is working fine and many X programs forward with ease (love it!). I've tried various permutations of iceweasel command lines to launch my remote iceweasel on

Re: A way to check ssh X forwarding?

2003-01-21 Thread Lukas Ruf
* Frank Lenaerts <[EMAIL PROTECTED]> [2003-01-21 22:42]: > Could you check your DISPLAY envvar when logging into another host? I > remember trying to get X forwarding over ssh working on a minimally > installed system, which had only one X client application. I found out > that the DISPLAY variabl

Re: A way to check ssh X forwarding?

2003-01-21 Thread Frank Lenaerts
on Tue, Jan 21, 2003 at 07:03:25PM +0100, Lukas Ruf wrote about A way to check ssh X forwarding?: > Dear all, > > using OpenSSH in its latest release on several machines, I experience > no problems but on one station. Copying the identical configuration to > the boxes didn't

Re: A way to check ssh X forwarding?

2003-01-21 Thread Lukas Ruf
* Colin Watson <[EMAIL PROTECTED]> [2003-01-21 20:14]: > On Tue, Jan 21, 2003 at 07:03:25PM +0100, Lukas Ruf wrote: > > using OpenSSH in its latest release on several machines, I experience > > no problems but on one station. Copying the identical configuration to > > the boxes didn't help me such

Re: A way to check ssh X forwarding?

2003-01-21 Thread Colin Watson
On Tue, Jan 21, 2003 at 07:03:25PM +0100, Lukas Ruf wrote: > Dear all, > > using OpenSSH in its latest release on several machines, I experience > no problems but on one station. Copying the identical configuration to > the boxes didn't help me such that I can get X forwarding. ssh -v should give

A way to check ssh X forwarding?

2003-01-21 Thread Lukas Ruf
Dear all, using OpenSSH in its latest release on several machines, I experience no problems but on one station. Copying the identical configuration to the boxes didn't help me such that I can get X forwarding. in sshd_config: StrictModes yes X11Forwarding yes X11DisplayOffset 10 in ssh_config: H

Re: ssh x-forwarding

2001-11-06 Thread nate
xbud said: > I ssh to a remote machine and I can't seem to forward any X windows > to my local display. I have enabled X-Forwarding in the > sshd_config file on the remote box. I always get the following > error. > > _X11TransSocketUNIXConnect: Can't connect: errno = 111 > rxvt: can't open di

Re: ssh x-forwarding

2001-11-06 Thread Bill Wohler
xbud <[EMAIL PROTECTED]> writes: > I ssh to a remote machine and I can't seem to forward any X windows to my > local display. I have enabled X-Forwarding in the sshd_config file on the > remote box. I always get the following error. You need to set the configuration on your *local* machine,

ssh x-forwarding

2001-11-06 Thread xbud
I ssh to a remote machine and I can't seem to forward any X windows to my local display. I have enabled X-Forwarding in the sshd_config file on the remote box. I always get the following error. _X11TransSocketUNIXConnect: Can't connect: errno = 111 rxvt: can't open display :0 If I do an xhos

Re: ssh X forwarding error

2000-10-23 Thread Robert Waldner
On Fri, 20 Oct 2000 14:35:21 PDT, kmself@ix.netcom.com writes: >Question: is it possible to cobble out an X forward through port >forwarding, independently of the built-in X forwarding of SSH? Yes, it is. I did something like that a while ago: forward remote port 6002 to local port 6001, run the

Re: ssh X forwarding error

2000-10-20 Thread kmself
On Fri, Oct 20, 2000 at 08:23:10AM -0700, Lazar Fleysher ([EMAIL PROTECTED]) wrote: > Hi everybody, > > > I have a question regarding ssh configuration > My home computer is behing an ip-forwarding server which does not have > xwindows installed. When I login to my home computer through the > se

Re: ssh X forwarding error

2000-10-20 Thread Jeronimo Pellegrini
:: Lazar Fleysher writes: > Hi everybody, > I have a question regarding ssh configuration > My home computer is behing an ip-forwarding server which does not have > xwindows installed. When I login to my home computer through the > server, I get the following error: > Warning: Remote host denied

ssh X forwarding error

2000-10-20 Thread Lazar Fleysher
Hi everybody, I have a question regarding ssh configuration My home computer is behing an ip-forwarding server which does not have xwindows installed. When I login to my home computer through the server, I get the following error: Warning: Remote host denied X11 forwarding, perhaps xauth program

Re: ssh X forwarding not working

2000-04-05 Thread Brad
On Tue, Apr 04, 2000 at 08:53:27PM -0400, Dan Christensen wrote: > When I connect to my laptop using ssh, X forwarding doesn't work. > For example: > > [EMAIL PROTECTED]:~% ssh localhost xterm > X11 connection rejected because of wrong authentication. > > X c

ssh X forwarding not working

2000-04-05 Thread Dan Christensen
When I connect to my laptop using ssh, X forwarding doesn't work. For example: [EMAIL PROTECTED]:~% ssh localhost xterm X11 connection rejected because of wrong authentication. X connection to scratchy:11.0 broken (explicit kill or server shutdown). [EMAIL PROTECTED]:~% ssh loca