`ssh-keygen` 中的 `-o` 标志有什么作用?

What does the `-o` flag do in `ssh-keygen`?

how to generate ssh key: they suggest to use the -o argument. However, this argument does not seem to appear in the manual of ssh-keygen 上的 gitlab 文档中。没有错误被抛出,所以它是可以接受的。我想知道它有什么作用?

ssh-keygen“-o”选项currently does nothing。它被 ssh-keygen 接受以实现兼容性,但被忽略了。

它曾经是 cause ssh-keygen to save the key in a different key format,但现在该键格式是默认行为。

看起来此更改是在 2018 年针对 OpenSSH 7.8 进行的。在 2021 年,有人按照 github 的说明使用旧版本的 ssh-keygen(其中该选项执行某些操作)并不是没有道理的有用。