This question is in reference to Atlassian Documentation: Set up SSH for Git
I followed the tutorial and it all makes sense, but one thing. git bash only asked for passphrase the first time. Is it normal? I mean, if I run ssh-add -l, I can see the private key, but how about the passphrase? I can push/pull without typing it again...
Sincerely,
Luís
Hi Luis,
Since you are using SSH to access your repo, and your keys are loaded as you've mentioned by the ssh-add -l command, you don't need to add any passhphrase once this is implicit on the ssh keys. This is an expected behaviour.
Regards,
Renato Rudnicki
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.