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
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
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
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