Category: Puttygen | Page 15

Puttygen SSL certificate

May 19, 2021 – 14:00

After installation, open command line (cmd.exe), go to installation directory and run appropriate openssl commands. openssl.exe req -x509 -newkey rsa:2048 -keyout server.key -out server.crt -days 1 -nodes This generates...

Github puttygen

May 19, 2021 – 14:01

Have you heard of asymmetric encryption (also called public-key cryptography)? Thats the technology that SSH keys are based on. The basic concept of asymmetric encryption is that you have two cryptography keys,...

Puttygen key comment

May 19, 2021 – 14:00

I am trying to connect to Google VM via PuTTY and cant seem to add the public key properly. I have followed instructions on as per: However, I seem to have pasted the key incorrectly. My PuTTY key is generated as...

Github puttygen key

May 19, 2021 – 14:00

We spent a while messing around with the different authentication methods available in the TeamCity – trying to configure default .ssh keys for the logged on user, adding SSH config files and nothing worked. I’ve...

Puttygen pem to PPK

May 19, 2021 – 14:01

For Amazon Web Services EC2 instances, AWS will generate a .pem file. To use a .pem key with Putty, run PuttyGen. Select Conversions - Import Key. Select the .pem file. Choose Save Private Key - save to .ppk file....