bypassing ssh passwords FC3

From: noi (noi_at_siam.com)
Date: 12/24/04


Date: Thu, 23 Dec 2004 23:59:21 GMT

Has anyone managed to make ssh authentication/pubkey work to bypass ssh
passwords in FC3.

I've made a public keys but nothing is working to bypass the password
request when executing ssh.

$ ssh -i .ssh/authorized_key noi@ssh_server

on ssh_client
1) Used ssh_keygen1024 -t rsa (also tried with dsa) to create public keys

2) copied public key to ssh_server

on ssh_server

3) cp public key to .ssh

4) created .ssh/config from /etc/ssh/ssh_config

5) updated config to identifykey .ssh/authorized_key

6) restarted sshd

ssh still asks for password.

Has anyone gotten ssh authentication to work in FC3?



Relevant Pages

  • 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)
  • TIPS FOR THE NEWCOMER
    ... Correct me if I am wrong, it appears that ssh and gnupg has similar ... Do I have to send my public key to ... the other machine (ssh client) and likewise do the same thing get a copy ... Is the passphrase function here same as in gnupg that if you have ...
    (SSH)