On Sat, Dec 7, 2024 at 10:08 AM Stephan Althaus < [email protected]> wrote:
> On 12/7/24 08:22, Predrag Zecevic via openindiana-discuss wrote: > > On 2024-12-07 00:32, Thomas Schweikle wrote: > >> Hi! > >> > >> Since applying the latest updates OpenIndiana does not start sshd any > >> more > >> after rebooting. Trying to start sshd manually just reports it is > >> running. > >> But there is no process sshd running. Any idea what went wrong? > >> > > Hi, > > > > If I recall well, have fixed it, by editing /etc/ssh/sshd_config: > > > > * ListenAddress was set only to IPv6. Commented > Yes, this was it. Just overlooked this change. > Restart service, it should work. > > If not, share content of service log file (e.g. 'svcs -L ssh' one) > > > > Regards > > > Hi! > > There was a openSSH change that is the cause, search for it in the > mailing list... > > > sed -i "s/ListenAddress ::/#ListenAddress ::/g" /etc/ssh/sshd_config > My script fixed logon, but not ListenAddress. Now it does both. Regards, > > Stephan > > > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > https://openindiana.org/mailman/listinfo/openindiana-discuss > -- Thomas _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
