mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
Merge pull request #812 from jedahan/ssh-keygen-filepath
Ssh keygen filepath
This commit is contained in:
commit
42551edc3f
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
`ssh-keygen`
|
`ssh-keygen`
|
||||||
|
|
||||||
|
- Specify file in which to save the key:
|
||||||
|
|
||||||
|
`ssh-keygen -f ~/.ssh/{{filename}}`
|
||||||
|
|
||||||
- Generate a DSA 2048 bit (default) key:
|
- Generate a DSA 2048 bit (default) key:
|
||||||
|
|
||||||
`ssh-keygen -t dsa`
|
`ssh-keygen -t dsa`
|
||||||
|
|
Loading…
Add table
Reference in a new issue