Re: Public Key Login Problems



Matt wrote:
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?

Install the Putty software bundle, available from links at www.openssh.com,
and use the "Pageant" tool to manage live SSH keys. Then look up the public
notes on Pagent and CVS and SSH.


.



Relevant Pages

  • Public Key Login Problems
    ... trying to allow NetBeans to connect to a CVS repository on a Windows ... server using ssh. ... public key authentication and bypass the password requirement for ssh. ...
    (comp.security.ssh)
  • 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)
  • SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissio
    ... I know that the setting of CVSUMASK on the server machine> works if you use SSH tunneling though. ... I have tried using SSH in the past, and got stuck setting up the public key login. ... In order to use cvs with ssh, we must use public key authentication. ...
    (freebsd-questions)
  • Re: ssh
    ... ssh can use DSA or RSA keys for authentication. ... public key can decrypt. ... is significantly smaller than that for ssh RSA/DSA keypairs. ... host to capture the key (either an unprotected key or a capture of your ...
    (Vuln-Dev)
  • RE: TIPS FOR THE NEWCOMER
    ... using your old private key, so there's no point in keeping a backup. ... > security risk if I send this through e-mail as an attachment to the ssh ... > has been compromised it does not really matter since it is a public key ... > more words for the passphrase it gets harder to crack? ...
    (SSH)