Re: without ssh prompt

2004-08-12 Thread Wayne Davison
On Thu, Aug 12, 2004 at 05:51:34PM +0800, Jacky Kim wrote: > # echo "rootpasswd" | ssh [EMAIL PROTECTED] This is an ssh question, so you're better off asking it on the ssh mailing list. However, I think you're looking for the ssh-agent command. See also the keychain project for a way to ma

without ssh prompt

2004-08-12 Thread Jacky Kim
When I ssh-keygen a passwordless key pair for root and give the public key to openssh server(sshsrv), then it is ok to # ssh [EMAIL PROTECTED] But when I generate a password key pair for root and give the public key to openssh server(sshsrv), then I fail to # echo "rootpasswd"