On 22 Apr 2000, Daiki Ueno wrote:
> Hello.
>
> I'm new to the list, and I have some questions.
>
> I'd like to use ssh as a subprocess, and I'm looking for a generic
way
> of passing passphrase. So far as I know, in SSH Communications'
> implementation of SSH, ssh invokes ssh-askpass as well as
> ssh-add does. Lacking of this is just because of security reason?
>
> Are there any plans to use some kind of readymade option parsing
> routine--such as getopt?
No. If passwords were passed in on the command line, then they would
show up to everyone else on the system in a "ps".
You could either use ssh-agent or create key files without
passphrases.
-d
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)