From 4eab21379e1106f901c09258c8036a2bbca7e1e7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 9 Feb 2022 20:15:27 -0800 Subject: [PATCH] Listen on IPv6 as well luckily, sshd does not error if the interface has no IPv6 address --- sshd_config | 1 + 1 file changed, 1 insertion(+) diff --git a/sshd_config b/sshd_config index 5dacaee..fae92d8 100644 --- a/sshd_config +++ b/sshd_config @@ -5,6 +5,7 @@ Port 29418 # Use these options to restrict which interfaces/protocols sshd will bind to ListenAddress 0.0.0.0 +ListenAddress :: Protocol 2 # HostKeys for protocol version 2 HostKey /app/data/sshd/ssh_host_rsa_key