Re: SSH X11 forwarding issues (with verbose data)

2006-04-09 Thread Philip H. Schlesinger
Hi Jack. ssh -Y ended up with me doing the following: $ /usr/X11R6/bin/xauth list 127.0.0.1:0.0 /usr/X11R6/bin/xauth: creating new authority file /home/phil/.Xauthority Nothing happened on the other xterm window, so I went looking for /home/phil/.Xauthority - it didn't exist! (yes, I typed

Re: SSH X11 forwarding issues (with verbose data)

2006-04-09 Thread Larry Hall (Cygwin X)
On 04/09/2006, Philip H. Schlesinger wrote: Somebody else posted that ZoneAlarm jumps in the way of Cygwin's OpenSSH - even if ZoneAlarm is shut down, but I have a hard time believing that's the issue... Well, you could help convince yourself one way or the other by uninstalling ZoneAlarm

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
I tried the -vvv mode and here's the screen capture: debug3: no such identity: /home/phil/.ssh/id_dsa debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1:

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
Philip H. Schlesinger wrote: I tried the -vvv mode and here's the screen capture: debug1: Authentication succeeded (keyboard-interactive). OK, good. You're authenticated after entering your password. debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate 127.0.0.1:0.0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2/dev/null 1) What do you get if you try that by command hand (sans the /dev/null redirection)? Not sure what you mean

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
Philip H. Schlesinger wrote: Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate 127.0.0.1:0.0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2/dev/null 1) What do you get if you try that by command hand (sans the /dev/null

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
That appears to be something generated on the fly - and by the looks of it, on the remote computer, as that directory doesn't exist. - Phil Jack Tanner wrote: Philip H. Schlesinger wrote: Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
No, it should be on the local computer. Try this: run startxwin.bat, then open two xterms. In one, run the ssh -Y -vv ... command. When it freezes, in the other xterm try to run the xauth command by hand. By the way, I gave you the wrong command syntax below. That should've been $