* This one time, at band camp, Nick Hastings said: > > Hi, > > * Alexander Steinert <[EMAIL PROTECTED]> [011128 18:36]: > > > > Do you know any way to make ssh less interactive? > > > > Look at the man pages for ssh-agent and ssh-add. >
ssh-agent/add will not accomplish what the Alexander was after though, because they use keys - and you still have to put the passphrase in for the key (or have a key that is phraseless which defeats the intended security purpose in this instance) I would suggest looking into PAM or SASL both of which can be used to authenticate users. Other possible solutions depending on the scale of the application are htpasswd, LDAP or a custom authentication system. I would certainly NOT recommend the use of a script to ssh into a remote box in order to test the users password. HTH Greeno -- Greeno <[EMAIL PROTECTED]> GnuPG Key : 1024D/B5657C8B Key fingerprint = 9ED8 59CC C161 B857 462E 51E6 7DFB 465B B565 7C8B Imagine working in a secure environment and finding the string _NSAKEY in the OS binaries without a good explanation -Alan Cox 04/05/2001