putty icon indicating copy to clipboard operation
putty copied to clipboard

Add the ability to create keys from certificate private keys

Open pschou opened this issue 3 years ago • 4 comments

This PR allows your tool to create ppk files from a given private key. I also rounded out the ability to read, write, and verify all the putty version formats (SSH1 1.1, and the more current 1,2, and 3).

pschou avatar Sep 18 '22 05:09 pschou

Thanks for the PR. It's quite a big change and I need a bigger free time slot to review it.

kayrus avatar Sep 18 '22 09:09 kayrus

@kayrus I am sorry for the go test not passing on the PR on the first submission. I thought I had pushed my latest change on disk and blindly did the PR before doing the commit and push. I appreciate your patience. The test should be good now!

pschou avatar Sep 18 '22 15:09 pschou

@kayrus: Just a heads up here, I finished implementing the SSH1 read and writing routines, so this library can thoroughly read and write every possible putty key format!

All the best!

pschou avatar Oct 01 '22 04:10 pschou

@pschou I apologies for the delay. Could you please rebase your branch to resolve the conflicts? I'll try to review this PR ASAP.

kayrus avatar Jul 20 '23 19:07 kayrus