“So fügen Sie SSH -Schlüssel Passphrase hinzu” Code-Antworten

So fügen Sie SSH -Schlüssel Passphrase hinzu

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

So fügen Sie SSH -Schlüssel Passphrase hinzu

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

So fügen Sie SSH -Schlüssel Passphrase hinzu

-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

Ähnliche Antworten wie “So fügen Sie SSH -Schlüssel Passphrase hinzu”

Fragen ähnlich wie “So fügen Sie SSH -Schlüssel Passphrase hinzu”

Weitere verwandte Antworten zu “So fügen Sie SSH -Schlüssel Passphrase hinzu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen