Re: SSH logon

1998-10-30 Thread J.H.M. Dassen \(Ray\)
On Fri, Oct 30, 1998 at 08:43:05PM +, Nuno Carvalho wrote: > I'm using: ssh -l root Add a -v to that so you can see what's happening more closely. > -rw-rw-r-- 1 root root 334 Oct 30 20:21 authorized_keys SSH is quite picky about the permissions of ~/.ssh (is should be drwx-

SSH logon

1998-10-30 Thread Nuno Carvalho
Hi, I want to login as root user without give it password. I already had it working but since last week it's always asking me for the password! I'm using: ssh -l root I made: ssh-keygen as nemanuel username and copied identity.pub as authorized_keys on /root/.ssh directory ! Wouldn't thi