If I do not set a passphrase for the SSH Key generation what risks do I run?
The reason I am choosing not to use a password is ease of configuration for scripting git pull and push events on a windows laptop with python.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The risk that if someone gets a hold of your key (Via malware, for instance) they can impersonate you, check in to your repo, etc.
That said, I would really nervous about leaving a non-passworded key on a Windows machine. I do it all the time on unix (including OS X) machines I control, but I feel much better about the security of those systems.