ssh-ekview-g3 — external key viewer
The ssh-ekview-g3 program (ssh-ekview-g3.exe
on Windows) allows you to export certificates from external key
providers such as Entrust. You can further study these certificates with
ssh-certview-g3.
This is useful when you want to generate, for example, entries for
allowing certificate authentication in the ssh-server-config.xml
file. You might need to know the subject names on the certificate.
With ssh-ekview-g3, you can export the certificate and
get the information you need from the certificates with ssh-certview-g3.
The following options are available:
-hDisplays a short help.
-i infoUses info as the
initialization string for the provider.
-kPrints the key paths only.
-e keypathExports certificates at
keypath to files.
-aExports all found certificates to files.
-b baseUses base when printing
integers. For example, the decimal 10 is 'a' in base-16.
-d debug_levelPrints extensive debug information to stderr.
debug_level is either a number, from 0 to 99,
where 99 specifies that all debug information should be displayed, or a
comma-separated list of assignments of the format
ModulePattern=debug_level, for example
"*=10,sshd2=2". This should be the first argument on the
command line.