Re: Need help with password-less ssh

2003-11-19 Thread Corinna Vinschen
On Tue, Nov 18, 2003 at 07:08:54PM -0500, Harig, Mark wrote: > > > > [EMAIL PROTECTED] ~/.ssh > > $ ssh-keygen -t rsa -f $HOME/.ssh/id_rsa > > Generating public/private rsa key pair. > > Enter passphrase (empty for no passphrase): > > Enter same passphrase again: > > Your identification has bee

RE: Need help with password-less ssh

2003-11-18 Thread Harig, Mark
> > [EMAIL PROTECTED] ~/.ssh > $ ssh-keygen -t rsa -f $HOME/.ssh/id_rsa > Generating public/private rsa key pair. > Enter passphrase (empty for no passphrase): > Enter same passphrase again: > Your identification has been saved in /home/jware/.ssh/id_rsa. > Your public key has been saved in /ho

Need help with password-less ssh

2003-11-18 Thread Ware, John
Hi, I am not able to successfully configure my systems to allow me to ssh to a remote system without being prompted for a password. I need this to use pcl-cvs in emacs. I have studied what I could find on this and other lists and have tried to follow the instructions. But, alas it no workee