Horje
ssh-add could not open a connection to your authentication agent centos Code Example
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




Shell

Related
ffmpeg shrink video size Code Example ffmpeg shrink video size Code Example
install docker compose Code Example install docker compose Code Example
compress video ffmpeg Code Example compress video ffmpeg Code Example
pwd as string powershell Code Example pwd as string powershell Code Example
git get current commit hash Code Example git get current commit hash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11