Re: ssh authentication error

2010-11-12 Thread Robert Huff
Chris Brennan writes: > > Check perms on /home/user/.ssh/authorized_keys > > chmod 640 or 600, not 644 > > That's the permissions of my authorized_keys, I believe that's 0600, some > systems require a much more restrictive 0400 octal. > > -rwxr--r-- 1 chris chris 622B Jun 28 21:36 a

Re: ssh authentication error

2010-11-12 Thread Chris Brennan
On Fri, Nov 12, 2010 at 5:58 PM, xSAPPYx wrote: > On Thu, Nov 11, 2010 at 10:06, Jerrin wrote: > > Hi, > > > > On a mac system i generated the key using ssh-keygen -t dsa and copied > > .ssh/id_dsa.pub to /home/user/.ssh/authorized_keys on a Freebsd server, > but > > it prompts for the password

Re: ssh authentication error

2010-11-12 Thread xSAPPYx
On Thu, Nov 11, 2010 at 10:06, Jerrin wrote: > Hi, > >  On a mac system i generated the key using ssh-keygen -t dsa and copied > .ssh/id_dsa.pub to /home/user/.ssh/authorized_keys on a Freebsd server, but > it prompts for the password Check perms on /home/user/.ssh/authorized_keys chmod 640 or 60

ssh authentication error

2010-11-11 Thread Jerrin
Hi, On a mac system i generated the key using ssh-keygen -t dsa and copied .ssh/id_dsa.pub to /home/user/.ssh/authorized_keys on a Freebsd server, but it prompts for the password There's no passphrase for the key. Key generated from the linux or Freebsd machine works fine on the server. it show