Re: SSH doesn't work with RSA keys

2007-01-04 Thread michael
On Wed, 03 Jan 2007 17:50:40 -0300, Alejandro wrote > People, I have generated the key pair RSA from my root linux's user and > then I copy my RSA public key to /root/.ssh/authorized_keys from the > linux ssh server. After that I edit the sshd_config file and put permit > rootlogin no and the corre

Re: SSH doesn't work with RSA keys

2007-01-04 Thread Sebastian Helms
Hi again, * on Jan 04, 2007, I wrote: > * on Jan 03, 2007, Alejandro wrote: > > >On Wed, Jan 03, 2007 at 05:50:40PM -0300, Alejandro wrote: > > > > > >>People, I have generated the key pair RSA from my root linux's user and > > >>then I copy my RSA public key to /root/.ssh/authorized_keys from t

Re: SSH doesn't work with RSA keys

2007-01-04 Thread Sebastian Helms
Hi, * on Jan 03, 2007, Alejandro wrote: > >On Wed, Jan 03, 2007 at 05:50:40PM -0300, Alejandro wrote: > > > >>People, I have generated the key pair RSA from my root linux's user and > >>then I copy my RSA public key to /root/.ssh/authorized_keys from the > >>linux ssh server. After that I edit t

Re: SSH doesn't work with RSA keys

2007-01-04 Thread Jon Dowland
On Wed, Jan 03, 2007 at 10:27:36PM -0300, Alejandro wrote: > 1) What are the lines I should setup in > /etc/ssh/sshd_config from the server side Just > *AuthorizedKeysFile %h/.ssh/authorized_keys* or what else > ??? You shouldn't need to put anything. The sshd server in Debian will assume a d

Re: SSH doesn't work with RSA keys

2007-01-03 Thread Roberto C. Sanchez
On Wed, Jan 03, 2007 at 10:27:36PM -0300, Alejandro wrote: > > 2) Some people say if I use SSH version 2, I have to use an > *authorized_keys2* file instead of an *authorized_keys* file...is it OK > ??? > This is only true for the ssh.com proprietary ssh server. The openssh server does not requ

Re: SSH doesn't work with RSA keys

2007-01-03 Thread Alejandro
Andrew M.A. Cater wrote: On Wed, Jan 03, 2007 at 05:50:40PM -0300, Alejandro wrote: People, I have generated the key pair RSA from my root linux's user and then I copy my RSA public key to /root/.ssh/authorized_keys from the linux ssh server. After that I edit the sshd_config file and put per

Re: SSH doesn't work with RSA keys

2007-01-03 Thread Douglas Tutty
On Wed, Jan 03, 2007 at 10:02:30PM +, Andrew M.A. Cater wrote: > On Wed, Jan 03, 2007 at 05:50:40PM -0300, Alejandro wrote: > > People, I have generated the key pair RSA from my root linux's user and > > then I copy my RSA public key to /root/.ssh/authorized_keys from the > > linux ssh server.

Re: SSH doesn't work with RSA keys

2007-01-03 Thread Andrew M.A. Cater
On Wed, Jan 03, 2007 at 05:50:40PM -0300, Alejandro wrote: > People, I have generated the key pair RSA from my root linux's user and > then I copy my RSA public key to /root/.ssh/authorized_keys from the > linux ssh server. After that I edit the sshd_config file and put permit > rootlogin no and th

Re: SSH doesn't work with RSA keys

2007-01-03 Thread Jochen Schulz
Alejandro: > > People, I have generated the key pair RSA from my root linux's user and > then I copy my RSA public key to /root/.ssh/authorized_keys from the > linux ssh server. Good. > After that I edit the sshd_config file and put permit > rootlogin no Erm, "to permit" means "to allow". You ju

SSH doesn't work with RSA keys

2007-01-03 Thread Alejandro
People, I have generated the key pair RSA from my root linux's user and then I copy my RSA public key to /root/.ssh/authorized_keys from the linux ssh server. After that I edit the sshd_config file and put permit rootlogin no and the correct path to the authorized_keys file. But when I execute from