Skip to content

Commit

Permalink
Merge pull request #1019 from simonwiles/patch-1
Browse files Browse the repository at this point in the history
Update overlooked references to "Vlad" πŸ™‚
  • Loading branch information
martinosorb authored Oct 3, 2024
2 parents 4c4c728 + b97577b commit c3f9af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Since they don't exist on Alfredo's computer, he uses this command to create the

### 3\.1 Create an SSH key pair

To create an SSH key pair Vlad uses this command, where the `-t` option specifies which type of algorithm to use and `-C` attaches a comment to the key (here, Vlad's email):
To create an SSH key pair Alfredo uses this command, where the `-t` option specifies which type of algorithm to use and `-C` attaches a comment to the key (here, Alfredo's email):

```bash
$ ssh-keygen -t ed25519 -C "[email protected]"
Expand Down

0 comments on commit c3f9af9

Please sign in to comment.