I’m trying to set up a new coreOS install and when I try to ssh in it asks for the password. Everytime this question is asked the answer is always to use the core
user instead of root
but I m using core
. The command I’m running
ssh core@<droplet ip>
I have another droplet that my ssh keys work with and I added those existing keys when creating my CoreOS droplet.
Thank you for your help, Greg
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi Greg,
You’ll want to make sure that you are using an RSA keypair to log in and not a DSA keypair. That should do the trick.
– Jon