This one is quite simple. You will need to modify the ssh config file which is located at /etc/ssh/sshd_config. Open the /etc/ssh/sshd_config file with your favorite editor. Find or add the line PasswordAuthentication Enter the value ‘yes’ next to PasswordAuthentication It should look like: PasswordAuthentication yes Save and exit the file. The restart the ssh […]
Category Archives: Linux
How to Recover from Lost SSH Keys Digital Ocean
Hola! This happen on a couple of occasions to me. First, you will need to force your droplet to generate a new root password. Select your droplet from the Droplets menu. You will be presented with the option to reset root password. Click on the ‘Reset Root Password’ button and a new root password will […]
Rsync backup to remote server
rsync -avz -e “ssh -i <yourKey> -p <yourPortIfNecessary>” <yourUser>@<yourHost>:/files/Folders/to/Backup /destination/