1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-11-04 09:03:35 -04:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ The `-K` option is in Apple's standard version of `ssh-add`, which stores the pa
To add your SSH private key to the ssh-agent, you can specify the path to the Apple version of `ssh-add`:
```shell
$ /usr/bin/ssh-add -K ~/.ssh/id_rsa
$ /usr/bin/ssh-add -K ~/.ssh/id_ed25519
```
{% note %}