Update Documentation authored by Peter Heger's avatar Peter Heger
...@@ -137,7 +137,7 @@ This will list all identities currently represented by the agent. Think of "iden ...@@ -137,7 +137,7 @@ This will list all identities currently represented by the agent. Think of "iden
``` ```
eval "$(ssh-agent -s)" eval "$(ssh-agent -s)"
``` ```
When the agent is active, you may see a listing of identities, and you're good to go if your Ramses-key is part of it. However, if you see a message like `"This agent has no identities"`, your key still needs to be added: When the agent is active, you may see a listing of identities, and you're good to go if your Ramses key is part of it. However, if you see a message like `"This agent has no identities"`, your key still needs to be added:
``` ```
ssh-add ~/.ssh/id_ed25519 # supply your private-key, may also be ~/.ssh/id_rsa ssh-add ~/.ssh/id_ed25519 # supply your private-key, may also be ~/.ssh/id_rsa
``` ```
... ...
......