Preguntas etiquetadas con ssh-agent

30
No se pudo abrir una conexión con su agente de autenticación
Me encuentro con este error de: $ 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. Intenté agregar las claves y aparece este error a continuación: …
1607 ssh  ssh-agent 


12
Inicie ssh-agent al iniciar sesión
Tengo un sitio como un repositorio Git remoto desde Bitbucket.com usando un alias SSH. Puedo iniciar manualmente el agente ssh en mi servidor, pero tengo que hacerlo cada vez que inicio sesión a través de SSH. Inicio manualmente el agente ssh: eval ssh-agent $SHELL Luego agrego el agente: ssh-add ~/.ssh/bitbucket_id …
262 git  ssh  bitbucket  redhat  ssh-agent 
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.