How to run PuTTYgen from a .NET Lambda function

0

I have a .NET Lambda function. I need to generate a new RSA key pair and convert the private key to PPK format with a passphrase.

Since PPK is a PuTTYgen-specific format, I have been unable to find any native .NET tools to do the conversion of the generated key to PPK.

As an alternative, I have read that it is possible to run arbitrary executables from Lambda, but all the examples are nodejs.

So my question is, how would I go about packaging PuTTYgen into my Lambda function and then executing it with C#?

질문됨 5달 전158회 조회
1개 답변
-1

Why does it need to be a ppk? Putty supports OpenSSL keys which you could create from OpenSSL libraries.

profile picture
전문가
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠