Hello all,
I've been reading this thread and have a question. I would like to set up passwordless ssh between two servers for some automated tasks but I don't like the paswordless key's option. How can I supply a passphrase when generating my keys but still have this process automated?
--James. (This email was sent from a mobile device)
On 27/01/2011, at 9:32 PM, James Bensley wrote:
I've been reading this thread and have a question. I would like to set up passwordless ssh between two servers for some automated tasks but I don't like the paswordless key's option. How can I supply a passphrase when generating my keys but still have this process automated?
I think 'keychain' is often used for this. It's a bit like ssh-agent, in that you unlock the key manually (eg. just after starting the system), but it can be accessed by other programs later. I've never used it myself.
On 27 January 2011 08:48, Cameron Kerr cameron@humbledown.org wrote:
I think 'keychain' is often used for this. It's a bit like ssh-agent, in that you unlock the key manually (eg. just after starting the system), but it can be accessed by other programs later. I've never used it myself.
Ah yes, I see thats what Nico also suggested.
Thanks you two, this is all up and working just great :D