Bug 3128 - Add option to show version of the executable (ssh-keygen)
Summary: Add option to show version of the executable (ssh-keygen)
Status: NEW
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh-keygen (show other bugs)
Version: 8.2p1
Hardware: All All
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-29 23:34 AEDT by Petr Bodnar
Modified: 2020-02-29 23:34 AEDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Bodnar 2020-02-29 23:34:36 AEDT
I'm not sure if this is specific only to the `ssh-keygen`, but there seems no way of easily finding out its version from command line. Instead, one needs to check the version of the whole OpenSSH package.

Is it possible to introduce an option like `-version` or `--version` which would show the program's version (and possibly other information as well)? Most users are used to have such an option for many command line tools.