Listen on IPv6 as well

luckily, sshd does not error if the interface has no IPv6 address
This commit is contained in:
Girish Ramakrishnan 2022-02-09 20:15:27 -08:00
parent 1da61b548f
commit 4eab21379e
1 changed files with 1 additions and 0 deletions

View File

@ -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