Answer by idophir for Ubuntu 14.04 keeps asking for passphrase when ssh
I was finally able to find a solution for this annoying problem (Ubuntu server 14.04) in Atlassian support - step #4. It appears like the ssh-agent was running by default. Open a terminal window and...
View ArticleAnswer by reynoldpj for Ubuntu 14.04 keeps asking for passphrase when ssh
I was able to solve the issue by adding the following lines in my "~/.bashrc" eval `gnome-keyring-daemon --start` USERNAME="reynold" export SSH_AUTH_SOCK="$(ls /run/user/$(id -u...
View ArticleAnswer by Eero Aaltonen for Ubuntu 14.04 keeps asking for passphrase when ssh
You may be affected by this bug. If this is the case, you have the wrong ssh-agent set as active. You can check this with the command $ echo $SSH_AUTH_SOCK If the agent value begins /tmp/ssh, you have...
View ArticleUbuntu 14.04 keeps asking for passphrase when ssh
I have ubuntu 14.04 workstation installed in my LAB. Now I have issue with rsa key passphrase. Following are what I have in my LAB SVN server(12.04): I have svn server installed, anyone who want to...
View Article