On Sun, 2019-10-06 at 18:05 +0200, alciregi@xxxxxxxxx wrote: > On Sun, 2019-10-06 at 10:46 -0500, Mike Chambers wrote: > > Upgraded server from Fedora 30 to 31 (updated to present), and ssh > > into > > that server works fine as normal user, but no longer lets me login > > as > > root. I can login as root from the server machine itself, and can > > login via su - but just cant' from ssh. > > > > Any ideas what changed or got replaced so revert it back? > > It could it be related to this change: > https://fedoraproject.org/wiki/Releases/31/ChangeSet#Disable_Root_Password_Login_in_SSH Had to add the below line to my sshd.conf file and works now. PermitRootLogin yes Guess it changed or got removed when I did the upgrade (upgraded via dnf, not a clean install), but added that line and it works now. Thanks, _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx