Publicidad

miércoles, 8 de julio de 2020

RSA KEY (PRIVATE KEY) TO PPK KEY


Llave RSA a PPK

How to use puttygen

On Arch Linux its simple…
pacman -S putty

On RHEL/Centos:
yum install putty

Fedora:
dnf install putty

Debian/Ubuntu try…
apt-get install putty-tools

Then cd to path of key(s):
puttygen keyname -o keyname.ppk
Make sure you’ve replaced the “keyname” with your private key filename.

Reference:
https://www.ssh.com/ssh/putty/ – Putty official page.
https://www.ssh.com/ssh/keygen/ – ssh-keygen tool.
https://www.ssh.com/ssh/putty/linux/puttygen – Command line.
https://www.ssh.com/ssh/putty/windows/puttygen – PuTTYgen Windows.

0 comentarios:

Publicar un comentario