“convertir PEM a PPK ubuntu” Código de respuesta

convertir PEM a PPK ubuntu

puttygen key.pem -o key.ppk
Lucky Lion

Cómo convertir PPK a PEM en Linux

1.install putty-tools with the following command:
	sudo apt-get install putty-tools
2.Now convert your .ppk file to .pem using the following command:
	puttygen yourkey.ppk -O private-openssh -o yourkey.pem
3.Set the proper permission to use the .pem file with following command:
	chmod 400 yourkey.pem
4.Connect to you server using the following command
	ssh -i yourkey.pem serverusername@server-ip
Poor Plover

Respuestas similares a “convertir PEM a PPK ubuntu”

Preguntas similares a “convertir PEM a PPK ubuntu”

Más respuestas relacionadas con “convertir PEM a PPK ubuntu” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código