I am using Egit with Eclipse to use git and access github. Everything works fine, but one thing I want to omit is to enter a keyword keyword phrase id_rsaevery time I push my commit on github.
id_rsa
I ask for a passphrase every time I restart Eclipse and try to press.
How can I make eclipse remember a passphrase so that I donβt have to enter it manually?
thank
Even if it ssh-add -lcontains your key protected by a passphrase, EGit may not read it and still request a passphrase.
ssh-add -l
OS keyring Ubuntu Mac OS X,
export GIT_SSH=/usr/bin/ssh
~/.bash_aliases , .
~/.bash_aliases
ssh.
ssh-add. ( .)
ssh-add
. ( .)
:
cd $your_repository; git fetch