ssh-agent

Could not open a connection to your authentication agent

让人想犯罪 __ 提交于 2019-11-26 11:28:27
问题 I am running into this error of: $ git push heroku master Warning: Permanently added the RSA host key for IP address \'50.19.85.132\' to the list of known hosts. ! Your key with fingerprint b7:fd:15:25:02:8e:5f:06:4f:1c:af:f3:f0:c3:c2:65 is not authorized to access bitstarter. I tried to add the keys and I get this error below: $ ssh-add ~/.ssh/id_rsa.pub Could not open a connection to your authentication agent. 回答1: Did You Start ssh-agent ? You might need to start ssh-agent before you run

How to permanently add a private key with ssh-add on Ubuntu? [closed]

蓝咒 提交于 2019-11-26 06:50:58
问题 I have a private key protected with a password to access a server via SSH. I have 2 linux (ubuntu 10.04) machines and the behavior of ssh-add command is different in both of them. In one machine, once I use \"ssh-add .ssh/identity\" and entered my password, the key was added permanently, i.e., every time I shutdown the computer and login again, the key is already added. In the other one, I have to add the key every time I login. As far as I remember, I did the same thing on both. The only

Could not open a connection to your authentication agent

牧云@^-^@ 提交于 2019-11-26 01:30:02
问题 I am running into this error of: $ git push heroku master Warning: Permanently added the RSA host key for IP address \'50.19.85.132\' to the list of known hosts. ! Your key with fingerprint b7:fd:15:25:02:8e:5f:06:4f:1c:af:f3:f0:c3:c2:65 is not authorized to access bitstarter. I tried to add the keys and I get this error below: $ ssh-add ~/.ssh/id_rsa.pub Could not open a connection to your authentication agent. 回答1: Did You Start ssh-agent ? You might need to start ssh-agent before you run