View Single Post
Old 07-11-2012, 12:07 PM   #9
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
The "finger print" is only for human reference.
Putty uses a different algorithm than the industry standard programs do.

Same, same for any BSD (OpenSSH) compatible.
OpenSSH, Dropbear, etc.
Puttygen uses its own format for the keys, but they can be converted (imported) by OpenSSH keygen utility.

When you say you generate a "new key pair" do you mean you are generating a new Host key ?
ssh_host_rsa_key is used on the server side to hold the server's PRIVATE key.

Either Dropbear or OpenSSH on the server (I.E: KINDLE ) side will generate that, or re-generate that if you tell it too.

PuttyGen generates CLIENT key pairs.
You get to pick the <name>
You keep the <name> private key
You put the <name>.pub public key in the proper .ssh/authorized_keys file of the machine you wish to access (the Kindle). One key per line.

Last edited by knc1; 07-11-2012 at 12:11 PM.
knc1 is offline   Reply With Quote