> Its a know problem, when you log in via pub key the tokens needed for > network authentication are not created (a simplification but I cant remember > all the details) the same goes for any passwordless login (rsh etc with > .rhost files etc). Since your automating I'd assume you have blank pass > phrases on your keys, so you could try using an expect script (package > expect) to automate entering passwords without lowering your security too > much more. > > > Is this a known problem? Does anyone have a work-around for it?
You could use expect to automate this, would have to put your password in the expect script but is a work-around. If this is appealing look at `man 1 expect' Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/