SSHd does not load on boot, I have to connect to the console and start it with /usr/sbin/sshd
I also am not able to connect to the hosts using ipv6 even when the addresses are specified in listen-address. when I run netstat -pnl|grep ssh, the address listed is only the first 2 numbers of the last hextet
set service ssh listen address 10.255.255.233
set service ssh listen address fd00:feed:beef:3::233
set service ssh port 22
sudo netstat -pnl|grep ssh
tcp 0 0 10.255.255.233:22 0.0.0.0:* LISTEN 5259/sshd
tcp6 0 0 fd00:feed:beef:3::23:22 :::* LISTEN 5259/sshd
I was beginning to suspect that the address was just truncated. Turns out there was some test config that was committed but not saved when the router was upgraded to newer builds.
thank you for helping see another tree to bark at.