From 9b82175daa3a46f4ace3edca436ca64de3c3910f Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Mon, 11 Nov 2024 10:26:03 -0500 Subject: [PATCH] fix typo in sshkey post --- src/routes/_posts/ssh-key-formats.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_posts/ssh-key-formats.svx b/src/routes/_posts/ssh-key-formats.svx index d50ee45..5ef2b24 100644 --- a/src/routes/_posts/ssh-key-formats.svx +++ b/src/routes/_posts/ssh-key-formats.svx @@ -41,7 +41,7 @@ So, I thought, I can use `ssh-keygen` to convert between these various and sundr Well, yes. It _can_, but good luck figuring out _how_. For starters, like many older CLI tools, `ssh-keygen` has an awful lot of flags and options, and it's hard to distinguish between which are _modifiers_ - "do the same thing, but differently" - and _modes of operation_ - "do a different thing entirely". The modern way to handle this distinction is with subcommands which take entirely different sets of arguments, but `ssh-keygen` dates back to a time before that was common. -It also dates back to a time when manpages were the primary way of communicated detailed documentation for CLI tools,These days it seems more common to provide a reasonably-detailed `--help` output and then just link to web-based docs for more details. which you'd _think_ would make it possible to figure out how to convert from one private key format to another, but oh-ho-ho! Not so fast, my friend. Here, feast your eyes on this: +It also dates back to a time when manpages were the primary way of communicating detailed documentation for CLI tools,These days it seems more common to provide a reasonably-detailed `--help` output and then just link to web-based docs for more details. which you'd _think_ would make it possible to figure out how to convert from one private key format to another, but oh-ho-ho! Not so fast, my friend. Here, feast your eyes on this: ``` -i This option will read an unencrypted private (or public) key file in the format specified by the -m option and print an