[ssh] feat: enabled ssh on ipv6 also

This commit is contained in:
Simon Cornet 2025-01-29 09:30:22 +01:00
commit 855e6194fb

View file

@ -1,8 +1,9 @@
# networking # networking
Protocol 2 Protocol 2
Port 22 Port 22
AddressFamily inet AddressFamily any
ListenAddress 0.0.0.0 ListenAddress 0.0.0.0
ListenAddress ::
# hostkey # hostkey
HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_ed25519_key