lyft / python-blessclient

Python client for fetching BLESS certificates
Apache License 2.0
114 stars 39 forks source link

Only attempt to ssh-add identity if it is not yet added #17

Closed dbevacqua closed 7 years ago

dbevacqua commented 7 years ago

As an added layer of security, we'd like to be able to use passphrase-protected ssh keys. Having to enter the passphrase each time we invoke the client is painful; by modifying blessclient only to add the identity when necessary, we can avoid this pain.