Skip to content
Snippets Groups Projects
Commit 5a7958a5 authored by totten's avatar totten
Browse files

doc/4.*-final.md -- Tweak command for adding SSH keys

parent b8b7c5d0
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
```
## 1: Sanity checks
......
......@@ -15,7 +15,7 @@ To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
```
## 1: Identify the final RC
......
......@@ -10,7 +10,7 @@ To start a session, login to that account and run:
```
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
```
## 1: Sanity checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment