0

I have provisioned few nodes with MAAS controller, Now I want to enable ssh login with password. Tried changing sshd config file but didnt worked. with ssh keys it works just fine.

biplab
  • 57

1 Answers1

0

To enable password authentication on MAAS installed hosts it is necessary to set in /etc/ssh/sshd_config:

PasswordAuthentication yes

KbdInteractiveAuthentication yes

And then restart the ssh service.