I have compiled and installed the netopeer server. It binds to the IPv4 address only.
I changed the sshd_config file to read
...
ListenAddress ::
...
and restarted the server. I see that the files sshd_config.netconf and sshd_config.running both picked up the changes, see below for output from "grep ListenAddress *"
sshd_config.netconf:ListenAddress ::
sshd_config.netconf:#ListenAddress 0.0.0.0
sshd_config.running:ListenAddress ::
sshd_config.running:#ListenAddress 0.0.0.0
sshd_config.running:ListenAddress
0.0.0.0:830
But the server still only listens on the IPv4 address only.
Am I missing anything?
Thanks!