Top "Ssh-agent" questions

is a program that used together with OpenSSH or similar SSH programs provides a secure way of storing the private key.

Could not open a connection to your authentication agent

I am running into this error of: $ git push heroku master Warning: Permanently added the RSA host key for IP …

ssh ssh-agent
How to permanently add a private key with ssh-add on Ubuntu?

I have a private key protected with a password to access a server via SSH. I have 2 linux (ubuntu 10.04) machines …

ubuntu ssh key ssh-agent
Start ssh-agent on login

I have a site as a remote Git repo pulling from Bitbucket.com using an SSH alias. I can manually …

git ssh bitbucket redhat ssh-agent
Getting ssh-agent to work with git run from windows command shell

I have msysgit installed, with OpenSSH. I am connecting to a gitosis repo. From the git bash, I have created …

git git-bash ssh-agent
How is SSH_AUTH_SOCK setup and used by ssh-agent?

I have been able to setup the sharing of ssh-agent for public-key authentication after reading https://superuser.com/a/230872/301446 The …

sockets ssh public-key-encryption ssh-agent
Cannot push to git repository - permission denied

I have a following problem: $ git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. …

git github ssh ssh-keys ssh-agent
TortoiseGit with openssh key not authenticating using ssh-agent

I'm setting up a git environment on Windows XP (msysGit 1.7.11, TortoiseGit 1.7.14) and trying to achieve following points : ssh connection on …

ssh ssh-keys openssh tortoisegit ssh-agent
ssh-agent error "Could not open a connection to your authentication agent."

I am running into this error of: $ git push heroku master Warning: Permanently added the RSA host key for IP …

ssh ssh-agent
Jenkins pipeline - ssh to different machine and where to store credentials (using ssh/SSHAgent plugin/etc...)

TLDR: how to ssh a different machine and where to store ssh credentials on Jenkins pipeline (using ssh / SSHAgent plugin /…

jenkins ssh jenkins-pipeline credentials ssh-agent
SSH Agent Forwarding with Ansible

I’m using Ansible 1.5.3 and Git with ssh agent forwarding (https://help.github.com/articles/using-ssh-agent-forwarding). I can log into …

git ssh ansible ssh-agent