mirror of https://github.com/kubernetes/kops.git
Changed agent to key.
This commit is contained in:
parent
a101a1401e
commit
bb8aa5a86b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue