Skip to content

Commit bf71af0

Browse files
committed
separate bash command from output in authentication lesson
1 parent 6a585e0 commit bf71af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lessons/git/github-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Follow the prompts and enter a passphrase for the key.
5757
Check the contents of your **.ssh** directory (which will now exist if it didn't before):
5858
```
5959
ls ~/.ssh
60+
```
61+
```
6062
id_ed25519 id_ed25519.pub
6163
```
6264
You now have an SSH key pair (private, public).
@@ -76,6 +78,8 @@ Start by copying the public key.
7678
Print the key to the terminal with `cat`:
7779
```
7880
cat ~/.ssh/id_ed25519.pub
81+
```
82+
```
7983
ssh-ed25519 AA4WC3NzqC45ZD81NTR5AQAAIBbFO9USDsVFLRIiBJ9Y6wJil4AFrW5ysRrGNCd5wDvy [email protected]
8084
```
8185
then select the text and copy it.

0 commit comments

Comments
 (0)