Files
MarkdownNotes/howto - SSH keygen.md
chawley 65c434952a Catagorized Notes
Renamed notes to fit categories and be easier to find later: blog, config, howto
2023-04-28 10:31:11 -04:00

7 lines
99 B
Markdown

# SSH Keygen
## Generate an SSH Key with a comment
```shell
ssh-keygen -C "comment" -f <file>
```