“Cómo agregar frase de pass a la tecla SSH” Código de respuesta

Cómo agregar frase de pass a la tecla SSH

ssh-keygen -p -f ~/.ssh/id_rsa
Scary Sandpiper

Cómo agregar frase de pass a la tecla SSH

ssh -i ~/.ssh/id_rsa localhost
Scary Sandpiper

Cómo agregar frase de pass a la tecla SSH

-p      Requests changing the passphrase of a private key file instead of
         creating a new private key.  The program will prompt for the file
         containing the private key, for the old passphrase, and twice for
         the new passphrase.

 -f filename
         Specifies the filename of the key file.
Scary Sandpiper

Respuestas similares a “Cómo agregar frase de pass a la tecla SSH”

Preguntas similares a “Cómo agregar frase de pass a la tecla SSH”

Más respuestas relacionadas con “Cómo agregar frase de pass a la tecla SSH” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código