[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2011-11-20 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/518962

Title:
  ssh client does not forward X11 to local user's networked DISPLAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/518962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2011-09-21 Thread Dave Walker
Marking incomplete, awaiting update if this is reproducible on a
supported release.

** Changed in: openssh (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/518962

Title:
  ssh client does not forward X11 to local user's networked DISPLAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/518962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2011-09-16 Thread Clint Byrum
Can this be reproduced on any supported version of Ubuntu and/or the
development release (11.10 currently) ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/518962

Title:
  ssh client does not forward X11 to local user's networked DISPLAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/518962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2011-09-05 Thread Dave Walker
** Tags added: ipv6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/518962

Title:
  ssh client does not forward X11 to local user's networked DISPLAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/518962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2010-03-22 Thread Remi Gauvin
Thanks for the workaround instructions.  A little cumbersome, but easy
enough for the rare times I need this function.

-- 
ssh client does not forward X11 to local user's networked DISPLAY
https://bugs.launchpad.net/bugs/518962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2010-03-22 Thread David Leon
More information: On Karmic, SSH doesn't seem to understand the ipv6
prefix of the display, unless the display number is 0.

server1: echo $DISPLAY
:::10.50.50.129:4.0
server1:~$ xauth list
##3a3a3a31302e35302e35302e313239#:4  MIT-MAGIC-COOKIE-1  
88d9f68e0648ff171df763364d5e9439

ssh -X r...@server2
r...@server2's password: 
Warning: No xauth data; using fake authentication data for X11 forwarding.
...
server2: gedit
connect /tmp/.X11-unix/X4: No such file or directory
cannot open display: 


If you change the address of the DISPLAY to a simple ipv4 or if the
display is ipv6address:0.0 you get the forwarded display but not the
xauth data:

server1:~$ export DISPLAY=10.50.50.129:4.0
sidorve\sir...@sirdevubu01:~$ xauth list
##3a3a3a31302e35302e35302e313239#:4  MIT-MAGIC-COOKIE-1  
88d9f68e0648ff171df763364d5e9439
server1:~$  ssh -X r...@server2
r...@server2's password: 
Warning: No xauth data; using fake authentication data for X11 forwarding.
...
server2:~# gedit
Invalid MIT-MAGIC-COOKIE-1 keycannot open display: 

If you change both to ipv4 format it works:

server1:~$ export DISPLAY=10.50.50.129:4.0
server1:~$ xauth add 10.50.50.129:4.0  MIT-MAGIC-COOKIE-1  
88d9f68e0648ff171df763364d5e9439
server1:~$ ssh -X r...@server2
r...@server2's password: 
...
server2:~# gedit
server2:~# 

I'll try to work around this by writing a xprofile script that does the
transformations.

-- 
ssh client does not forward X11 to local user's networked DISPLAY
https://bugs.launchpad.net/bugs/518962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2010-02-11 Thread Scott Moser
** Changed in: openssh (Ubuntu)
   Importance: Undecided => Medium

-- 
ssh client does not forward X11 to local user's networked DISPLAY
https://bugs.launchpad.net/bugs/518962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 518962] Re: ssh client does not forward X11 to local user's networked DISPLAY

2010-02-09 Thread Remi Gauvin
As an added note to anyone trying to replicate this, for the application
to actually open on the "main workstation" computer, that the same VT as
used by the terminal (:1 in my example, but can be :0, or anything) must
be open on the ssh application client pc (main workstation, in this
example) and logged in as the same user.  Otherwise, you only get
various confusing errors, (either a message about /tmp/.X11-unix/X? file
being missing, or Magic cookie failure if not logged in.)

-- 
ssh client does not forward X11 to local user's networked DISPLAY
https://bugs.launchpad.net/bugs/518962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs