0

I have putty installed on my windows system. And basically, I can generate public/private keys.

I generated a public key, which was asked to be uploaded to a server. I copied it in a .txt file, and gave those concerned to upload it. But they came back and said it must be in a '.pub' format. How do I go about this?

Note I'm using SSH-1 format for generation.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445

1 Answers1

0

I'm not sure what format .pub is, but from the Putty "Help" documentation there appear to be several open formats available for the public key. Fire up puttygen and check out the Conversions tab--neither says ".pub format", but my guess is the OpenSSH or ssh.com format is the one--you will just have to try them both and see what works.

You can also go the other route and have the key generated on the remote system and try importing the private key into your Putty key chain. That might work too and will guarantee its compatible with the remote system.

Once you get that working, get Filezilla and load your key into that--then the world is your oyster! You can connect to any ssh and sftp files with a pretty gui.

Good Luck.