RE: openssh authentification

2011-10-14 Thread Clayton Evans
> > ssh-copy-id requires that password authentication is working, which is > > not happening, so I tried manual moving of the files > > Sorry, I obviously overlooked that. > I assume sshd_config is properly configured to allow public key > authentication. > > Have you checked your /etc/passwd a

Re: openssh authentification

2011-10-14 Thread David Sastre
On Fri, Oct 14, 2011 at 03:28:14PM -0500, Clayton Evans wrote: > > I'd double-check StrictModes and PubkeyAuthentication in sshd_config. > ssh-copy-id requires that password authentication is working, which is not > happening, so I tried manual moving of the files Sorry, I obviously overlooked

RE: openssh authentification

2011-10-14 Thread Clayton Evans
> > > > > > debug1: Next authentication method: publickey > > > > > > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > > > > > > debug3: send_pubkey_test > > > > > > debug2: we sent a publickey packet, wait for reply > > > > > > debug1: Authentications that can continue: > > > > > > pub

Re: openssh authentification

2011-10-14 Thread David Sastre
On Fri, Oct 14, 2011 at 01:43:57PM -0500, Clayton Evans wrote: > > > > > debug1: Next authentication method: publickey > > > > > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > > > > > debug3: send_pubkey_test > > > > > debug2: we sent a publickey packet, wait for reply > > > > > debug1

RE: openssh authentification

2011-10-14 Thread Clayton Evans
> > > > debug1: Next authentication method: publickey > > > > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > > > > debug3: send_pubkey_test > > > > debug2: we sent a publickey packet, wait for reply > > > > debug1: Authentications that can continue: > > > > publickey,password,keyboard

Re: openssh authentification

2011-10-14 Thread Andrew Schulman
> > > debug1: Next authentication method: publickey > > > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > > > debug3: send_pubkey_test > > > debug2: we sent a publickey packet, wait for reply > > > debug1: Authentications that can continue: > > > publickey,password,keyboard-interactive

RE: openssh authentification

2011-10-14 Thread Clayton Evans
> > debug1: Next authentication method: publickey > > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > > debug3: send_pubkey_test > > debug2: we sent a publickey packet, wait for reply > > debug1: Authentications that can continue: > > publickey,password,keyboard-interactive > > debug1:

Re: openssh authentification

2011-10-14 Thread Andrew Schulman
> debug1: Next authentication method: publickey > debug1: Offering RSA public key: /home/cevans/.ssh/id_rsa > debug3: send_pubkey_test > debug2: we sent a publickey packet, wait for reply > debug1: Authentications that can continue: > publickey,password,keyboard-interactive > debug1: Offering DSA

openssh authentification

2011-10-13 Thread Clayton Evans
I have installed OpenSSH_5.9p1 on two machines, the host machine and the client machine. The host machine is Windows 7 (64-bit) named jti031 The client machine is Windows XP (32-bit) On the host machine ssh-host-config was run. Testing with 'ssh localhost' resulted in the ssh prompt for a pas