Re: ssh key authentication problem...

2010-10-30 Thread Peter Harrison
n.net] > To: questi...@freebsd.org > Sent: Thu, 28 Oct 2010 15:39:53 -0400 > Subject: ssh key authentication problem... > > Can anyone help me debug an ssh key-based authentication problem? > > I have an 8.1-R server running sshd, with one user account. On the server, >

Re: ssh key authentication problem...

2010-10-30 Thread Peter Harrison
On Thu, Oct 28, 2010 at 02:17:14PM -0700, Chuck Swiger wrote: > Hi-- > > On Oct 28, 2010, at 12:39 PM, Peter Harrison wrote: > > debug1: trying public key file /home/peter/.ssh/authorized_keys > > debug1: fd 4 clearing O_NONBLOCK > > debug3: secure_filename: checking '/usr/home/peter/.ssh' > > deb

Re: ssh key authentication problem...

2010-10-30 Thread Peter Harrison
On Thu, Oct 28, 2010 at 10:13:12PM +0100, krad wrote: > On 28 October 2010 20:39, Peter Harrison wrote: > > > Can anyone help me debug an ssh key-based authentication problem? > > > > I have an 8.1-R server running sshd, with one user account. On the server, > > I've used ssh-keygen to generate i

Re: ssh key authentication problem...

2010-10-28 Thread Mikel King
...@freebsd.org Sent: Thu, 28 Oct 2010 15:39:53 -0400 Subject: ssh key authentication problem... Can anyone help me debug an ssh key-based authentication problem? I have an 8.1-R server running sshd, with one user account. On the server, I've used ssh-keygen to generate id_rsa and id_rs

Re: ssh key authentication problem...

2010-10-28 Thread Chuck Swiger
Hi-- On Oct 28, 2010, at 12:39 PM, Peter Harrison wrote: > debug1: trying public key file /home/peter/.ssh/authorized_keys > debug1: fd 4 clearing O_NONBLOCK > debug3: secure_filename: checking '/usr/home/peter/.ssh' > debug3: secure_filename: checking '/usr/home/peter' > debug3: secure_filename:

Re: ssh key authentication problem...

2010-10-28 Thread pete wright
On Thu, Oct 28, 2010 at 12:39 PM, Peter Harrison wrote: > Can anyone help me debug an ssh key-based authentication problem? > > I have an 8.1-R server running sshd, with one user account. On the server, > I've used ssh-keygen to generate id_rsa  and id_rsa.pub. > > On my laptop I then pulled the

Re: ssh key authentication problem...

2010-10-28 Thread krad
On 28 October 2010 22:13, krad wrote: > > > On 28 October 2010 20:39, Peter Harrison wrote: > >> Can anyone help me debug an ssh key-based authentication problem? >> >> I have an 8.1-R server running sshd, with one user account. On the server, >> I've used ssh-keygen to generate id_rsa and id_rs

Re: ssh key authentication problem...

2010-10-28 Thread Rodrigo Gonzalez
You have to do the other way generate at laptop, put in authorized_key at server the public key and then you will be able to ssh to server from laptop using key authorization On Thu, 28 Oct 2010 20:39:53 +0100 Peter Harrison wrote: > Can anyone help me debug an ssh key-based authentication

Re: ssh key authentication problem...

2010-10-28 Thread krad
On 28 October 2010 20:39, Peter Harrison wrote: > Can anyone help me debug an ssh key-based authentication problem? > > I have an 8.1-R server running sshd, with one user account. On the server, > I've used ssh-keygen to generate id_rsa and id_rsa.pub. > > On my laptop I then pulled the id_rsa.p

Re: ssh key authentication problem...

2010-10-28 Thread Jon Radel
On 10/28/10 3:39 PM, Peter Harrison wrote: Can anyone help me debug an ssh key-based authentication problem? I have an 8.1-R server running sshd, with one user account. On the server, I've used ssh-keygen to generate id_rsa and id_rsa.pub. On my laptop I then pulled the id_rsa.pub file over

ssh key authentication problem...

2010-10-28 Thread Peter Harrison
Can anyone help me debug an ssh key-based authentication problem? I have an 8.1-R server running sshd, with one user account. On the server, I've used ssh-keygen to generate id_rsa and id_rsa.pub. On my laptop I then pulled the id_rsa.pub file over and: % cat id_rsa.pub >> .ssh/authorized_keys

Re: ssh key authentication

2005-02-19 Thread Loren M. Lang
On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: > i've followed the howto exactly and it still doesn't work. i don't know > wtf i'm doing wrong. here is the output i get in verbose mode > > Password: > > the files i have in the local host > > ls -l /home/timothy/.ssh/ > total 6

Re: ssh key authentication

2005-02-19 Thread Erik Norgaard
Volodymyr Kostyrko wrote: the files i have in the remote host ls -l total 4 -rw-r--r-- 1 timothy wheel 241 Feb 18 22:44 authorised_keys -rw-r--r-- 1 timothy wheel 621 Feb 19 11:12 authorised_keys2 You're going to kick yourself. It should be authorized keys, with a 'z'. yes, yes i did kick my

Re: ssh key authentication

2005-02-19 Thread Volodymyr Kostyrko
Timothy Smith wrote: markzero wrote: On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: i've followed the howto exactly and it still doesn't work. i don't know wtf i'm doing wrong. here is the output i get in verbose mode the files i have in the remote host ls -l total 4 -rw-r--r-- 1

Re: ssh key authentication

2005-02-18 Thread Timothy Smith
markzero wrote: On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: i've followed the howto exactly and it still doesn't work. i don't know wtf i'm doing wrong. here is the output i get in verbose mode the files i have in the remote host ls -l total 4 -rw-r--r-- 1 timothy wheel 2

Re: ssh key authentication

2005-02-18 Thread Timothy Smith
markzero wrote: On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: i've followed the howto exactly and it still doesn't work. i don't know wtf i'm doing wrong. here is the output i get in verbose mode the files i have in the remote host ls -l total 4 -rw-r--r-- 1 timothy wheel 2

Re: ssh key authentication

2005-02-18 Thread markzero
On Sat, Feb 19, 2005 at 11:27:03AM +1000, Timothy Smith wrote: > i've followed the howto exactly and it still doesn't work. i don't know > wtf i'm doing wrong. here is the output i get in verbose mode > > the files i have in the remote host > ls -l > total 4 > -rw-r--r-- 1 timothy wheel 241 Fe

ssh key authentication

2005-02-18 Thread Timothy Smith
i've followed the howto exactly and it still doesn't work. i don't know wtf i'm doing wrong. here is the output i get in verbose mode OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disa