Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #open #connection #authentication #agent #centos
ADD COMMENT
Topic
Name
4+6 =