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 Dowlan
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 i
More info - IPv6 is disabled on all four machines. I think
"AddressFamily any" should have supported an IPv4 connection.
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 ssh
4 matches
Mail list logo