Puttygen import public key

For some time I used putty to connect through ssh to unix hosts.
Now I switched to secureCRT 5.0
My question is how can I import private key from putty
file into secureCRT? I know that I can generate new
private-public key and distribute newly created public key
to hosts I usually connect, but would like to save my effort
if there is a way to transfer private key from putty
to secureCRT.

TIA

For some time I used putty to connect through ssh to unix hosts.
Now I switched to secureCRT 5.0
My question is how can I import private key from putty
file into secureCRT? I know that I can generate new
private-public key and distribute newly created public key
to hosts I usually connect, but would like to save my effort
if there is a way to transfer private key from putty
to secureCRT.
TIAThere is a way that might work for you...
SecureCRT does support reading in an OpenSSH-generated key pair, and I think puttygen can export to an OpenSSH key...

Have you tried exporting via the "Export OpenSSH key" in puttygen's "Conversions" menu and using the resulting public and private key files with SecureCRT?

There might be a way...
SecureCRT does support reading in an OpenSSH-generated public key, and I thought puttygen could export to an OpenSSH key...

I've tried, it work.
but you MUST keep the pub and private key in the same directory in WINDOWS.

I've tried, it work.
but you MUST keep the pub and private key in the same directory in WINDOWS.

Perlish,

Excellent clarification. SecureCRT expects both the private and public key files to exist in the same folder.

Thanks for the feedback.

One important part that is missing from this is you will never connect without first copying the public key text within the puttygen window and pasting to a Identity.pub file unless the putty private key issued had a name other than Identity. You cannot just use the 'Save public key" button to save your pub key as it saves it in the putty format and will be unusable. Remember the Openssh format requires the pub key be all on one line with no line breaks. IE/
ssh-rsa ALSKFJ;LAJSDO98U7-734OIJAJNBVJK IQADHFIAQUSHEDFA;LKJFDALKSFDJ09U780Q94U0R9JPOAQISLFDKAJSFLDJKASFD . etc etc etc

Thanks netuser,

Puttygen public key SSH

Puttygen openssh public key

Puttygen copy public key

Puttygen export private key

Puttygen import private key