Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add passphrase to ssh agent

/usr/bin/ssh-add --apple-use-keychain ~/.ssh/id_rsa
Comment

ssh agent remember passphrase

$ SSH_AUTH_SOCK=/tmp/ssh-hZQhwQlxahPX/agent.1833; export SSH_AUTH_SOCK; 
$ SSH_AGENT_PID=1834; export SSH_AGENT_PID; 
Comment

ssh agent remember passphrase

$ ssh-add .ssh/id_rsa 
Enter passphrase for .ssh/id_rsa: 
Identity added: .ssh/id_rsa (.ssh/id_rsa)
Comment

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; 
Comment

ssh agent remember passphrase

$ ssh-add -l
Comment

PREVIOUS NEXT
Code Example
Shell :: open calculator from command line MacOS 
Shell :: install vlc ubuntu 
Shell :: .desktop file ubuntu 
Shell :: google cloud set project id 
Shell :: install virtualbox on ubuntu 
Shell :: install youtube-dl ubuntu 
Shell :: shell script get arguments 
Shell :: git upload folder 
Shell :: utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 
Shell :: how do I list all my packages on arch linux 
Shell :: moving files in terminal 
Shell :: Git marge branch into master 
Shell :: r installation on ubuntu 
Shell :: /usr/bin/env: ‘bash ’: No such file or directory 
Shell :: git stash abort 
Shell :: # Check failed: allocator-SetPermissions(reinterpret_cast<void*(region.begin()), region.size(), PageAllocator::kNoAccess). 
Shell :: bash for each line of file 
Shell :: install composer in ubantu 20 
Shell :: git checkout single file 
Shell :: delete directory mac terminal 
Shell :: unikey ubuntu 20.04 
Shell :: install virtualenv conda 
Shell :: how to rename many files at once linux 
Shell :: print colored text bash 
Shell :: git lfs install 
Shell :: use touch id to sudo 
Shell :: laravel in ubuntu 
Shell :: install passport local 
Shell :: pip2 install 
Shell :: how to kill process ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =