Horje
add ssh key to ssh agent Code Example
Add your SSH private key to the ssh-agent. If you created your key with a different name, or if you are adding an existing key that has a different name, replace id_rsa in the command with the name of your private key file.
$ cat ~/.ssh/id_rsa.pub
add ssh key to ssh agent
eval "$(ssh-agent -s)"
Add your SSH key to the ssh-agent.
ssh-add ~/.ssh/id_rsa




Whatever

Related
wordpress trac Code Example wordpress trac Code Example
frans nederlands Code Example frans nederlands Code Example
nmap portscan Code Example nmap portscan Code Example
cannot convert from bool to system.func bool unity Code Example cannot convert from bool to system.func bool unity Code Example
page required double click button Code Example page required double click button Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7