On 24/03/2020 6:38 pm, alka wrote:
some remarks

ssh as root
Edit /etc/ssh/sshd_config and allow root

It's not sshd that's blocking the connection, at least, I don't think it is. It's PAM. My sshd config should allow root in :


PermitRootLogin without-password

Setting this instead had the same problem :

PermitRootLogin yes

The log shows :

debug1: auth_activate_options: setting new authentication options
[preauth]
Access denied for user root by PAM account configuration [preauth]


_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to