Update ssh-add-keys-to-agent.md

This commit is contained in:
VokaMut 2018-08-21 16:07:44 +03:00 committed by GitHub
parent 1d6f60124d
commit a198013b83
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