Here is my ssh config:
$ cat ~/.ssh/config
Host git.telecomsante.com
HostName website.stuff.com
User git
IdentityFile /home/user/.ssh/id_rsa
During the bower install of one component (git+ssh://website.stuff.com/tools/tool#1.0.0) there is an issue saying the system cannot find my key /home/user/.ssh/id_rsa.
Here is my ssh config:
$ cat ~/.ssh/config Host git.telecomsante.com HostName website.stuff.com User git IdentityFile /home/user/.ssh/id_rsaDuring the bower install of one component (
git+ssh://website.stuff.com/tools/tool#1.0.0) there is an issue saying the system cannot find my key/home/user/.ssh/id_rsa.