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
|
```bash
|
||||||
ssh-add -l | grep "/psi/home/$(whoami)/.ssh"
|
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.
|
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:
|
You will be requested for the **passphrase** of your key, and it can be done by running:
|
||||||
```bash
|
```bash
|
||||||
ssh-add
|
ssh-add
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user