feat: v1.9.13, support ssh-piv-cert, but not works
This commit is contained in:
@@ -42,6 +42,7 @@ mod cmd_challconfig;
|
||||
mod cmd_sshagent;
|
||||
mod cmd_sshparsesign;
|
||||
mod cmd_sshpivsign;
|
||||
mod cmd_sshpivcert;
|
||||
mod cmd_sshpubkey;
|
||||
mod cmd_pgpageaddress;
|
||||
mod cmd_signjwt;
|
||||
@@ -104,6 +105,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_sshagent::CommandImpl),
|
||||
Box::new(cmd_sshparsesign::CommandImpl),
|
||||
Box::new(cmd_sshpivsign::CommandImpl),
|
||||
Box::new(cmd_sshpivcert::CommandImpl),
|
||||
Box::new(cmd_sshpubkey::CommandImpl),
|
||||
Box::new(cmd_pgpageaddress::CommandImpl),
|
||||
Box::new(cmd_signjwt::CommandImpl),
|
||||
|
||||
Reference in New Issue
Block a user