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

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


Regards,

Stephan



_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to