Re: One for the Unix gurus
Re: One for the Unix gurus
- Subject: Re: One for the Unix gurus
- From: Yann Bizeul <email@hidden>
- Date: Sat, 26 Jun 2004 08:27:41 +0200
>
Some example code I have used in the past seems to have disappeared
>
from the web; I did a quick search and came across this, which should
>
be informative (in fact, his project seems to be much like your
>
own...)
>
>
http://projects.tynsoe.org/en/stm/index.php
The difference is that in STM I avoided conflicting with tty stuffs.
SSH is smart enough to accept running without a tty attached, and
provide mechanisms like SSH_ASKPASS to allow the programmer/user to get
password and passphrase prompts.
But this is limited, for example, trying to run ssh with the sudo
command to get root privileges is a pain, it always check for a real
tty and it is not easy to fool.
BTW, you can take a look at STM, it can be usefull to solve the
authenticating prompts stuffs
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.