L. Christopher Luther wrote: > PuTTY's docs would lead one to believe that OpenSSH supports either > RSA or DSA for SSH2. In any event, I am using DSA keys now (RSA was > tried first), and now the ~/.ssh/authorized_keys file now has a mode > of 600. I, however, still get the "Server refused our key" message. > > I'm think I need more that a "luck genie" -- maybe divine > intervention. > Personally, I don't like using null passphrases. I prefer to use ssh-agent/ssh-add -or- pageant.exe if using Putty from a windows based client. Nonetheless, I just created a null passphrase key and successfuly logged in (without being prompted for a passphrase) using this key. This was on a RH9 based system running openssh-3.5p1-11. Example: 1) Using puttygen, I created a 1024 bit ssh2 dsa based key. Did not enter a passphrase. 2) Cut/paste the open ssh public key that is shown at the top of the puttygen dialog box to the ssh server in my ~/.ssh/authorized_keys2 file. 3) Saved the private key to the putty directory as id_dsa1.PPK 4) Started putty.exe and loaded the session profile I setup for this server and changed the private key file (under SSH->AUTH) to use the null passphrase key saved in step 3. 5) Connect to ssh server. That's it!!! Hope this helps Steve Cowles -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list