How can I have the passphrase for a private key remembered for a user?
- by Jon Cram
I have a collection of web services running on Ubuntu Server 12.04 that pull code from a github repository.
These services run under a specific user (let's call that user 'example'). In /home/example/.ssh/is_rsa is the private key associated with the relevant github account.
When performing an operation such as git pull I am greeted with: Enter…