Answers for "ssh-add could not open a connection to your authentication agent ubuntu wsl2"

1

ssh-add could not open a connection to your authentication agent centos

##1
$ cd ~/.ssh
##2
#ubuntu
$ eval $(ssh-agent)
#CentOS
$ exec ssh-agent bash
##3
$ ssh-add my_id_rsa
Posted by: Guest on December-15-2020

Code answers related to "ssh-add could not open a connection to your authentication agent ubuntu wsl2"

Browse Popular Code Answers by Language