I have installed a new R81.20 Management Server in AWS...for the first time login i used the ppk private key.
Then i ran the following commands to enable ssh
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
sed -i 's/PermitRootLogin forced-commands-only/PermitRootLogin yes/' /etc/ssh/sshd_config
service sshd reload
Post this i set up a password for admin user and tried connecting to the MGMT server but it is not accepting my password..giving incorrect password error.
I tried to create several new users as well but none were able to login.
Anyhelp is appreciated.