Merge pull request #7245 from VokaMut/changed-the-keys-for-the-ssh-add

Update ssh-add-keys-to-agent.md
This commit is contained in:
Anne Henmi 2018-12-16 20:46:11 -07:00 committed by GitHub
commit 6ce462d71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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