*** This bug is a duplicate of bug 882878 ***
https://bugs.launchpad.net/bugs/882878
** This bug has been marked a duplicate of bug 882878
With IPv6 disabled, openssh will not forward X connections
--
You received this bug notification because you are a member of Ubuntu
Server Team, which
Another way to get to work with disabled ipv6 add one option in the sshd
configuration:
AddressFamily inet
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/136947
Title:
no longer ho
Had the same problem, but adding "-4" to SSHD_OPTIONS didn't solved,
maybe because I couldn't properly reinitialize sshd.
Had to reenable IPv6 with
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscri
Have the same problem in Lucid, and adding "-4" to SSHD_OPTS in
/etc/default/ssh works like a charm.
I had IPv6 disabled before I did played with X11 forwarding:
http://www.webupd8.org/2010/05/how-to-disable-ipv6-in-ubuntu-1004.html
So probably this was a root cause of my problems.
--
no longer
Got something similar in Lucid.
"error: Failed to allocate internet-domain X11 display socket" on the server
(while in debug mode).
further debug showed:
...
debug2: bind port 6679: Cannot assign requested address
debug2: bind port 6680: Cannot assign requested address
debug2: bind port 6681: Ca
try to enable the loopback interface. its solves the problem for me.
i add:
# The loopback network interface
auto lo
iface lo inet loopback
to /etc/network/interfaces
--
no longer honors X11 forwarding
https://bugs.launchpad.net/bugs/136947
You received this bug notification because you are a
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on t
1) ssh -Y switches x-forwarding on. I have no problems with
that in any of the new releases of ubuntu.
Is this problem still occurring and if so does ssh -Y solve it?
Thanks
** Changed in: openssh (Ubuntu)
Assignee: (unassigned) => Ralph Janke (txwikinger)
--
no longer honors X11 forward