Skip to content

Commit 9017ea3

Browse files
committed
renamed key
1 parent 1726ee4 commit 9017ea3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/git_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ When asked for a location, it make sense to give it an easily identifiable name,
2525
The file should be placed in `~/.ssh/`, unless you are on `afs`, in which case the `~/private/` directory should be used.
2626

2727
```text
28-
~/.ssh/github_sshkey
28+
~/.ssh/github_authenticate
2929
```
3030

31-
This will create two files: `github_sshkey` and `github_sshkey.pub`.
31+
This will create two files: `github_authenticate` and `github_authenticate.pub`.
3232
The `.pub` is your public key that you can share with others,
3333
while the other file is your private key and **should never be shared with anyone!**
3434

@@ -53,7 +53,7 @@ For that, add the following lines to your `~/.ssh/config` file:
5353
Host github.com
5454
HostName github.com
5555
User git
56-
IdentityFile ~/.ssh/github_sshkey
56+
IdentityFile ~/.ssh/github_authenticate
5757
```
5858

5959
or the path to your key you chose earlier.

0 commit comments

Comments
 (0)