Amazon Lightsail

Enabling SSH for admin user
Follow this step  sudo su    -- get super user acess passwd admin     -- changing password for admin user  Update the PasswordAuthentication par...
Thu, 4 Jul, 2019 at 6:26 PM
How to add private key from lightsail in ssh
It is required that your private key files are NOT accessible by others. This private key will be ignored. fix :  sudo chmod 600 <filepath> ...
Tue, 8 Sep, 2020 at 3:02 AM