Self Hosting 101
Setting up SSH Access
There is no preview available for this lesson. Please join the course to access it. Click here to enroll.
Questions
Start ssh-agent before we add ssh-agent
Vishal Arya
2 years ago
Post
Dismiss
We need to start ssh-agent before you run the ssh-add command:
$ eval \`ssh-agent -s\`
$ ssh-add .ssh/id_rsa
We need to start ssh-agent before you run the ssh-add command:
$ eval \`ssh-agent -s\`
$ ssh-add .ssh/id_rsa
Want to discuss?
Post it here, our mentors will help you out.