Created droplet with Ubuntu 14.04 32 bits with SSH keys.
Using putty client on Windows 7
Every time I log as root, the passphrase is requested (and the logging is successful).
There are no error messages in /var/log/auth.log
Screen output: Using username “root”. Authenticating with public key “rsa-key-blah…” Passphrase for key “rsa-key-blah…”: Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-37-generic i686)
root@demo:~# ls -l /root/.ssh total 4 -rw------- 1 root root 381 Nov 15 20:22 authorized_keys
Any idea?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Good day,
Is there a way to go back after a droplet has been created and an SSH Key added and add a passphrase to the Key?
Thank you.
The passphrase is request because you created your SSH key with a passphrase, so PuTTy needs to decrypt the SSH key first before being able to use it.
To remove the passphrase, run puttygen.exe, and click on the Load button. Select your private key, make sure that the “passphrase” field in empty and then click on the “Save private key” button. That should create a copy of your SSH key without a passphrase.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.