Re: [opensuse] Re: How can I give the password to an ssh session on the command line?

2008-01-27 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Saturday 2008-01-26 at 21:50 +0100, Dieter Jurzitza wrote: Hi Carlos, please try the following: ssh-keygen -t rsa creates a file ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa now take the file id_rsa.pub and put it's contents into ~/.ssh/authorized_k

[opensuse] Re: How can I give the password to an ssh session on the command line?

2008-01-26 Thread Dieter Jurzitza
Hi Carlos, please try the following: ssh-keygen -t rsa creates a file ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa now take the file id_rsa.pub and put it's contents into ~/.ssh/authorized_keys of the _remote_ machine. This leads to a password less login because your account is signed appropriately. I