“Como adicionar senha à tecla SSH” Respostas de código

Como adicionar senha à tecla SSH

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

Como adicionar senha à tecla SSH

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

Como adicionar senha à 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

Respostas semelhantes a “Como adicionar senha à tecla SSH”

Perguntas semelhantes a “Como adicionar senha à tecla SSH”

Mais respostas relacionadas para “Como adicionar senha à tecla SSH” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código