Skip to content

Commit 3dd82c0

Browse files
committed
passphrase
1 parent 9017ea3 commit 3dd82c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/resources/git_setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ The file should be placed in `~/.ssh/`, unless you are on `afs`, in which case t
2828
~/.ssh/github_authenticate
2929
```
3030

31+
!!! tip "Passphrase"
32+
You can optionally provide a passphrase for the key, which will make it more secure.
33+
This way, even if someone else gets a hold of the private key file, they will not be able to access it.
34+
On the downside, you will be asked to enter the passphrase every time you want to use the key.
35+
**It recommended, to use a passphrase** but as it is just an extra layer of security, you can keep it short and simple.
36+
3137
This will create two files: `github_authenticate` and `github_authenticate.pub`.
3238
The `.pub` is your public key that you can share with others,
3339
while the other file is your private key and **should never be shared with anyone!**

0 commit comments

Comments
 (0)