Changed agent to key.

This commit is contained in:
Kjersti Jacobson 2017-01-16 19:34:25 -07:00
parent a101a1401e
commit bb8aa5a86b
1 changed files with 2 additions and 2 deletions

View File

@ -77,13 +77,13 @@ $ ssh-add -L
ssh-rsa <PUBLIC_RSA_HASH> /Users/kris/.ssh/id_rsa
```
If that command returns no results, add the agent to `ssh-agent`
If that command returns no results, add the key to `ssh-agent`
```
ssh-add ~/.ssh/id_rsa
```
Check the agent is now added using `ssh-add -L`
Check if the key is now added using `ssh-add -L`
SSH into the bastion, then into a master