Bug#1069236: openssh-server: X over ssh fails with "cannot open display"

2024-04-23 Thread allan
I'm not using a hostname with ssh, I'm sshing directly to an IPv4 address. *How* was it disabled? net.ipv6.conf.all.disable_ipv6 = 1 in /etc/sysctl.conf My point is that "AddressFamily any" should not fail to set $DISPLAY if IPv6 is not available. On Tue, Apr 23, 2024 at 5:38 AM Jonathan

Bug#1069236: openssh-server: X over ssh fails with "cannot open display"

2024-04-23 Thread Jonathan Dowland
On Thu, Apr 18, 2024 at 06:33:00AM -0500, allan wrote: > Resolved the issue by editing /etc/ssh/sshd_config and changing > #AddressFamily any > to > AddressFamily inet This is not a reasonable change to make to the default configuration, because it would mean that ssh did not work out of the box

Bug#1069236: openssh-server: X over ssh fails with "cannot open display"

2024-04-18 Thread allan
Package: openssh-server Version: 1:9.7p1-4 Severity: important X-Debbugs-Cc: wizard10...@gmail.com On four Sid machines here X over ssh fails with "cannot open display". Resolved the issue by editing /etc/ssh/sshd_config and changing #AddressFamily any to AddressFamily inet and restarting