Update paste-ssh-public-key.md (#29792)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/KEY.PUB** with the path to the public key you'd like to use.
|
||||
1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/.SSH/KEY.PUB** with the path to the public key you'd like to use.
|
||||
|
||||
```bash
|
||||
$ git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
|
||||
git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user