Skip to content

Commit

Permalink
chore: add comment to example ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Jul 17, 2024
1 parent 0e0a02e commit 1acf9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create_and_ssh_into_a_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In order to be able to connect to the server we are going to create, we will nee

```sh
# Create ssh-key into current working directory
ssh-keygen -t ed25519 -q -f "./id_ed25519" -N ""
ssh-keygen -t ed25519 -q -f "./id_ed25519" -N "" -C "upctl example"
```

Create a server using the above created ssh-key as login method.
Expand Down

0 comments on commit 1acf9c3

Please sign in to comment.