7 lines
99 B
Markdown
7 lines
99 B
Markdown
# SSH Keygen
|
|
|
|
## Generate an SSH Key with a comment
|
|
|
|
```shell
|
|
ssh-keygen -C "comment" -f <file>
|
|
``` |