|
Well, right now I’m using ssh-agent. Which is program that ssh uses (which scp uses) to find an in memory map of your passphrase to key. Then when the server requests your private key, ssh gets it from ssh-agent and no user intervention is needed. This is a standard way of ssh’n around secure machines without requiring typed authentication at each step.
If you are not familiar with this approach you may want to look into it.
You can setup a script to run ssh-agent before nant is run, making everything work out.
-----Original Message-----
That's definitely a problem... If a task can't except user input, i don't see any other way but to store some password somewhere. You could use IsolateStorage to house the encrypted password for final use... but you'll still need some kind of password in the task to decrypt the real password.
__
|
- [nant-dev] SCP Task Scott Hernandez
- Re: [nant-dev] SCP Task Ian MacLean
- RE: [nant-dev] SCP Task Scott Hernandez
- RE: [nant-dev] SCP Task Andy Smith
- Scott Hernandez
