Como convertir un PEM a PPK para que putty entre a un servidor linux

Primero ejecutamos All Programs > PuTTY > PuTTYgen

Under Type of key to generate, select SSH-2 RSA.

  1. Click Load. By default, PuTTYgen displays only files with the extension .ppk. To locate your .pem file, select the option to display files of all types.
    Select all file types
  2. Select your .pem file for the key pair that you specified when you launch your instance, and then click Open. Click OK to dismiss the confirmation dialog box.
  3. Click Save private key to save the key in the format that PuTTY can use. PuTTYgen displays a warning about saving the key without a passphrase. Click Yes.

    Note

    A passphrase on a private key is an extra layer of protection, so even if your private key is discovered, it can’t be used without the passphrase. The downside to using a passphrase is that it makes automation harder because human intervention is needed to log on to an instance, or copy files to an instance.

  4. Specify the same name for the key that you used for the key pair (for example, my-key-pair). PuTTY automatically adds the .ppk file extension.

Cliente VPN en Centos 7

Se crean los certificados

 

Se instala el servicio openvpn

Copiar los certificados a la carpeta openvpn

Para que el servicio inicie se debe ejecutar

Para subir el servicio

Si sale que el certificado no es valido «not yet valid» verificar la fecha del servidor y arreglarla.

No package openvpn available

Si te sale este error, debes activar el siguiente repositorio

 

 

Cambiar Clave del Mysql

Detener el servidor

Iniciar en modo FULL o abierto

esta opción causa que el servidor no use el sistema de privilegios lo que le da acceso ilimitado a todas las bases de datos a todos los usuarios de la base de datos.

Seguir leyendo Cambiar Clave del Mysql

Documentos y manuales de UDP