Catagorized Notes
Renamed notes to fit categories and be easier to find later: blog, config, howto
This commit is contained in:
7
howto - SSH keygen.md
Normal file
7
howto - SSH keygen.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# SSH Keygen
|
||||
|
||||
## Generate an SSH Key with a comment
|
||||
|
||||
```shell
|
||||
ssh-keygen -C "comment" -f <file>
|
||||
```
|
||||
Reference in New Issue
Block a user