Added SSH Keys DOCS

This commit is contained in:
2020-07-15 14:37:52 +02:00
parent 5c21f78317
commit e74581f88d

View File

@ -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
``` ```