Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

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

# wsl2 solution with vscode to connect to Github repository (not sure why it works with the agent but not otherwise keys are in Ubuntu ie. could be with it being in a VM)
eval $(ssh-agent)
ssh-add
Comment

PREVIOUS NEXT
Code Example
Shell :: install supervisor di linux 
Shell :: powershell tolower 
Shell :: kill xcode from command line 
Shell :: bash install kubectl 
Shell :: remove dotnet sdk ubuntu 
Shell :: docker post installation steps 
Shell :: conda command not found linux 
Shell :: Gem::LoadError : "ed25519 is not part of the bundle. Add it to your Gemfile." 
Shell :: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 
Shell :: Install Visual Studio Code from Snap Store 
Shell :: please provide a valid cache path error 
Shell :: tays vimrc 
Shell :: how to install scipy 
Shell :: how to change swap space on ubuntu 
Shell :: uninstall genymotion from ubuntu 
Shell :: fake cnpj 
Shell :: serial key aida 64 
Shell :: install torchtext 
Shell :: zip not found 
Shell :: git remove upstream branch 
Shell :: install nginx amazon linux 2 
Shell :: zsh install 
Shell :: arch linux vscode 
Shell :: how to uninstall app from terminal ubuntu 
Shell :: bash: /var/lib/snapd/snap/bin/docker-compose: No such file or directory 
Shell :: ssh remove known_hosts entry 
Shell :: check just name of running container 
Shell :: command line how to find all files that have a string 
Shell :: linux compress folder 
Shell :: linux install openssl library 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =