Archive

Archive for September, 2016

disable or enable ipv6 ssh

September 20, 2016 Comments off

You may experience problems with ssh and ipv6. If so edit the /etc/ssh/sshd_config file
and enable the ListenAddress 0.0.0.0 option. You can also enable (unpound) the ipv6
option ListenAddress ::.

You may experience lockouts from ssh if you have AAAA ipv6 records in your nameserver if
you don’t make theses changes.

Be sure and restart ssh after changes.

Categories: sysadmin