1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update paste-ssh-public-key.md (#29792)

Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
romw314
2023-11-13 19:22:44 +01:00
committed by GitHub
parent 156fa74ab9
commit b374e495b1

View File

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