mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-07 09:39:15 +03:00
Merge pull request #812 from jedahan/ssh-keygen-filepath
Ssh keygen filepath
This commit is contained in:
commit
42551edc3f
@ -6,6 +6,10 @@
|
||||
|
||||
`ssh-keygen`
|
||||
|
||||
- Specify file in which to save the key:
|
||||
|
||||
`ssh-keygen -f ~/.ssh/{{filename}}`
|
||||
|
||||
- Generate a DSA 2048 bit (default) key:
|
||||
|
||||
`ssh-keygen -t dsa`
|
||||
|
Loading…
Reference in New Issue
Block a user