Public Key Login Problems



Hi all,

Probably a really simple problem, but I can't figure it out. I'm
trying to allow NetBeans to connect to a CVS repository on a Windows
server using ssh. The only way that NetBeans can do this is if I use
public key authentication and bypass the password requirement for ssh.


I created public/private keys using the ssh-keygen -t rsa
command (with no password). I then appended the public key to the
server's authorized_keys file. From what I understand, this should
allow me to connect securely without having to type a password, but
alas, it doesn't. Every time I try to connect it asks for my password.

What gives and how do I fix it?

.



Relevant Pages

  • Re: Explanation of SSH
    ... I am still unclear on how SSH works exactly. ... Client issues SSH command and names server ... "Shopper" says "server sends back its public host and server keys ... Surely there is only one public key it sends ...
    (comp.security.ssh)
  • Re: Restricting ssh access to selected hosts
    ... Then copy the public key to the target box with: ... >> You can make the ssh server key-only, ... > want to login as "userB" on the server. ...
    (comp.os.linux.security)
  • Explanation of SSH
    ... I am still unclear on how SSH works exactly. ... Client issues SSH command and names server ... "Shopper" says "server sends back its public host and server keys ... Surely there is only one public key it sends ...
    (comp.security.ssh)
  • Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permi
    ... and got stuck setting up the public key login. ... I spent a few hours yesterday trying to get SSH going again. ... Log in using your private key from the server (ie. login to the ...
    (freebsd-questions)
  • RE: Using public key pair to authenticate
    ... Using public key pair to authenticate ... Most people would start SSH server in debug mode, "sshd -d", and also ...
    (SSH)