Have Ubuntu server on Amazon. During installation, CMS requires to enter a username and SSH password
In the IP address I pointed it to 127.0.0.1
But to the server now you can only connect using pem file. How to configure SSH to 127.0.0.1 could go in using the username and password? Or, at least with public IP...
In /etc/ssh/sshd_config to change: PasswordAuthentication no
on: PasswordAuthentication yes
Rogelio_Conr answered on July 12th 19 at 22:06
On Ubuntu you have root there is no password, so the login default under it is impossible, even if allowed in the settings of the ssh server. So first you need to ask Ruth a good, strong password. Then you go, making sure that the config servers allowed root login (PermitRootLogin yes) ;)
Please sign in or sign up to write your answer or comment.