From 855e6194fb008b82cb255a62066e5d67cf0ae952 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 29 Jan 2025 09:30:22 +0100 Subject: [PATCH] [ssh] feat: enabled ssh on ipv6 also --- templates/sshd/sshd_config.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/sshd/sshd_config.j2 b/templates/sshd/sshd_config.j2 index aa0c6a3..fab7c07 100644 --- a/templates/sshd/sshd_config.j2 +++ b/templates/sshd/sshd_config.j2 @@ -1,8 +1,9 @@ # networking Protocol 2 Port 22 -AddressFamily inet +AddressFamily any ListenAddress 0.0.0.0 +ListenAddress :: # hostkey HostKey /etc/ssh/ssh_host_ed25519_key