Added SSH Keys DOCS
This commit is contained in:
@ -52,8 +52,8 @@ the private key identity to the authentication agent. This can be done as follow
|
||||
```bash
|
||||
ssh-add -l | grep "/psi/home/$(whoami)/.ssh"
|
||||
```
|
||||
2. If no key is return in the previous step, you have to add the private key identity to the authentication agent.
|
||||
You will be requested for the **passphrase** of your key:
|
||||
2. If no key is returned in the previous step, you have to add the private key identity to the authentication agent.
|
||||
You will be requested for the **passphrase** of your key, and it can be done by running:
|
||||
```bash
|
||||
ssh-add
|
||||
```
|
||||
|
Reference in New Issue
Block a user