Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 2 Next »

Instructions

  1. Reset the password for Ubuntu to a strong password.

    passwd ubuntu
  2. Modify the ssh config file on the instance to allow password authentication.

    sudo nano /etc/ssh/sshd_config
  3. Change the ‘PasswordAuthentication’ directive from no to yes. Restart the sshd service to make the changes effective.

    sudo /etc/init.d/ssh restart