Saltar al contenido

convertir ppk a archivo pem ejemplo de código de Windows

Siéntete libre de divulgar nuestra página y códigos en tus redes sociales, necesitamos de tu ayuda para aumentar esta comunidad.

Ejemplo 1: cómo convertir ppk a pem en linux

1.install putty-tools with the following command:
	sudoapt-getinstall 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:
	chmod400 yourkey.pem
4.Connect to you server using the following commandssh -i yourkey.pem [email protected]

Ejemplo 2: convertir pem a ppk

Convert .pem to .ppk fileformat Using Putty(Windows)
 
To convert the .pem file .ppk follow below points
 
	1. First you need to download Putty from here.
	2. Then run puttygen to convert .PEM file to .PPK file.
	3. Start puttygen and select “Load”
	4. Select your .PEM file.
	5. Putty will convert the .PEM format to .PPK format.
	6. Select “Save Private Key” A passphrase is not required but can be used if additional security is required.

Sección de Reseñas y Valoraciones

Si haces scroll puedes encontrar las reseñas de otros administradores, tú todavía puedes mostrar el tuyo si te gusta.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *