ssh agent remember passphrase
$ ssh-add -l
ssh agent remember passphrase
$ ssh-add -l
ssh agent remember passphrase
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-hZQhwQlxahPX/agent.1833; export SSH_AUTH_SOCK;
SSH_AGENT_PID=1834; export SSH_AGENT_PID;
echo Agent pid 496;
how to add passphrase to ssh key
ssh -i ~/.ssh/id_rsa localhost
how to add passphrase to ssh key
ssh-keygen -p -f ~/.ssh/id_rsa
how to add passphrase to ssh key
-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.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us