Hello, everyone recently I’m doing my learing. When I created first droplet in DigitalOcean, I got SSH keypair from DigitalOcean from e-mail. But I didn’t get the second SSH keypair when creating the 2nd droplet! Should I create ssh keypair on my 2nd droplet(centOS7) or wait for their e-mail to ssh it ?
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!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya @hidingdarkblueangler,
You should create the SSH key on your second Droplet manually.
Once you have the keys you need to do the following
To make sure you can access
Droplet 1
with SSH fromDroplet 2
, onDroplet 1
add the public SSH key ofDroplet 2
to the/.ssh/authorized_keys
file.To make sure you can access
Droplet 2
using SSH fromDroplet 1
, then you’ll need to add the SSH public key ofDroplet 1
to the/.ssh/authorized_keys
file ofDroplet 2