fix: enable AddressFamily option in SSHD configuration template
Some checks failed
Nix Format Check / check-format (push) Failing after 55s

This commit is contained in:
2025-03-12 13:49:39 +01:00
parent e50986180e
commit c7bf5c6921

View File

@ -20,7 +20,7 @@ Include /etc/ssh/sshd_config.d/*.conf
# systemctl restart ssh.socket # systemctl restart ssh.socket
# #
Port 400 Port 400
#AddressFamily any AddressFamily any
#ListenAddress 0.0.0.0 #ListenAddress 0.0.0.0
#ListenAddress :: #ListenAddress ::