We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a585e0 commit bf71af0Copy full SHA for bf71af0
lessons/git/github-authentication.md
@@ -57,6 +57,8 @@ Follow the prompts and enter a passphrase for the key.
57
Check the contents of your **.ssh** directory (which will now exist if it didn't before):
58
```
59
ls ~/.ssh
60
+```
61
62
id_ed25519 id_ed25519.pub
63
64
You now have an SSH key pair (private, public).
@@ -76,6 +78,8 @@ Start by copying the public key.
76
78
Print the key to the terminal with `cat`:
77
79
80
cat ~/.ssh/id_ed25519.pub
81
82
83
ssh-ed25519 AA4WC3NzqC45ZD81NTR5AQAAIBbFO9USDsVFLRIiBJ9Y6wJil4AFrW5ysRrGNCd5wDvy [email protected]
84
85
then select the text and copy it.
0 commit comments