mirror of https://github.com/docker/docs.git
Update ssh-add-keys-to-agent.md
This commit is contained in:
parent
1d6f60124d
commit
a198013b83
|
@ -55,7 +55,7 @@ passphrases in your keychain.
|
|||
2. Add your SSH private key to the ssh-agent.
|
||||
|
||||
```none
|
||||
$ ssh-add -K ~/.ssh/id_rsa
|
||||
$ ssh-add ~/.ssh/id_rsa
|
||||
```
|
||||
|
||||
If you created your key with a different name or have an existing key
|
||||
|
@ -81,7 +81,7 @@ passphrases in your keychain.
|
|||
2. Add your SSH private key to the ssh-agent.
|
||||
|
||||
```none
|
||||
$ ssh-add -K ~/.ssh/id_rsa
|
||||
$ ssh-add ~/.ssh/id_rsa
|
||||
```
|
||||
|
||||
If you created your key with a different name or have an existing key
|
||||
|
|
Loading…
Reference in New Issue