feat: v1.9.12, add ssh-pub-key support

This commit is contained in:
2024-08-22 22:53:49 +08:00
parent 87d62eae4a
commit ddc3ff98a2
4 changed files with 79 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ mod cmd_challconfig;
mod cmd_sshagent;
mod cmd_sshparsesign;
mod cmd_sshpivsign;
mod cmd_sshpubkey;
mod cmd_pgpageaddress;
mod cmd_signjwt;
mod cmd_signfile;
@@ -103,6 +104,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_sshagent::CommandImpl),
Box::new(cmd_sshparsesign::CommandImpl),
Box::new(cmd_sshpivsign::CommandImpl),
Box::new(cmd_sshpubkey::CommandImpl),
Box::new(cmd_pgpageaddress::CommandImpl),
Box::new(cmd_signjwt::CommandImpl),
Box::new(cmd_signfile::CommandImpl),