diff --git a/docs/bastion.md b/docs/bastion.md index a4f85762bf..8ffc327398 100644 --- a/docs/bastion.md +++ b/docs/bastion.md @@ -77,13 +77,13 @@ $ ssh-add -L ssh-rsa /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