[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-09-10 Thread Vince McIntyre
This bug affected me on Lucid as well.

$ apt-show-versions |grep ssh
openssh-client/lucid-updates uptodate 1:5.3p1-3ubuntu4
openssh-server/lucid-updates uptodate 1:5.3p1-3ubuntu4
ssh-askpass-gnome/lucid-updates uptodate 1:5.3p1-3ubuntu4

$ grep X11 /etc/ssh/sshd_config
X11Forwarding yes
X11DisplayOffset 10

The only setting I needed to change was to set SSH_OPTS=-4 in /etc/defaults/ssh
and /etc/init.d/ssh restart.
Then I logged out and logged in again, and
 echo $DISPLAY
 localhost:10

I was connecting from a Mac running OSX 10.6.4 with the stock apple X11
and xterm.

-- 
X11 forwarding via SSH does not work after upgrade to karmic
https://bugs.launchpad.net/bugs/434799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 434799] Re: X11 forwarding via SSH does not work after upgrade to karmic

2010-09-10 Thread Vince McIntyre
p.s.
I was able to connect to other servers and tunnel X11 to them, at the same time 
as I was experiencing this issue with lucid.

$ grep -i family /etc/ssh/sshd_config
$

$ grep 127 /etc/hosts
127.0.0.1   localhost
127.0.1.1   ubuntu

$ ifconfig lo
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:297 errors:0 dropped:0 overruns:0 frame:0
  TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:80576 (80.5 KB)  TX bytes:80576 (80.5 KB)

-- 
X11 forwarding via SSH does not work after upgrade to karmic
https://bugs.launchpad.net/bugs/434799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs