Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: SSH.com client / OpenSSH server / RSA key auth |
|---|---|
| Date: | Thu, 9 Jun 2005 13:18:21 -0500 (EST) |
I'm almost certain you will need to convert the key to the other type, they seem to format there keys differently. I generated a key with my windows SSH.com client and sent it to my server then I needed to convert it. I don't recall the option that converted the key. Hope that helps - Anthony On Thu, 9 Jun 2005, Nathan Jackson wrote:
Hi Marcelo, Yes, this is possible! I would advise that you generate your keypair on the client machine so that you don't have to copy your private key from one machine to another. After you have generated your keypair, copy the public key (in my case id_rsa.pub) to the OpenSSH Server machine. If it doesn't already exist, then create the directory .ssh in the users home directory. Run the following command on the server to convert the public key to the OpenSSH format and place it in the authorized_keys file: ssh-keygen -i -f id_rsa.pub >> $HOME/.ssh/authorized_keys That should be all you need to do, if you still can't authenticate then double check that your permissions are not set too loose on the .ssh directory and contents (should be read / write for owner only). HTH, Nathan On 6/7/05, Marcelo de Souza <marcelosz@gmail.com> wrote:Hello guys. Is there a way to authenticate from a SSH.com client with a RSA user key into an OpenSSH server? I've tried to convert the key, generated by OpenSSH ssh-keygen, using this same tool, but had no success. Any ideas? Is it even possible? Thanks. -- Marcelo de Souza
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: SSH.com client / OpenSSH server / RSA key auth, Nathan Jackson |
|---|---|
| Next by Date: | Re: SSH.com client / OpenSSH server / RSA key auth, Albert Lunde |
| Previous by Thread: | Re: SSH.com client / OpenSSH server / RSA key auth, Nathan Jackson |
| Next by Thread: | Re: SSH.com client / OpenSSH server / RSA key auth, Albert Lunde |
| Indexes: | [Date] [Thread] [Top] [All Lists] |