Report this

What is the reason for this report?

Why using eval ssh-agent -s ssh-add ~/.ssh/id_rsa to SSH into a Debian droplet created using Terraform CLI?

Posted on November 26, 2019

Hi everyone,

I developed a bash script which uses Terraform CLI to deploy a Debian 10 droplet. I noticed that to SSH into a server like that using my SSH private key, I have to type in the following commands, as in this thread https://www.digitalocean.com/community/questions/permission-denied-after-creating-droplet-using-ssh-keys

eval ssh-agent -s
ssh-add ~/.ssh/id_rsa

I tried creating the same Debian 10 droplet from Digitalocean GUI and in this case I did not have to type in the ssh-agent and ssh-add commands.

Why this difference?

Are there some flags or options to set to avoid using the previous ssh commands?

Thank you



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.

Are you access the Debian machine in the same terminal? Once you start the agent and load your key, it should be good for the life of that session to access any systems using that key.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.