feat: add ssh agnet(not yet work)
This commit is contained in:
@@ -4,6 +4,7 @@ extern crate rust_util;
|
||||
use clap::{App, AppSettings, ArgMatches};
|
||||
use rust_util::util_clap::{Command, CommandError};
|
||||
|
||||
mod sshutil;
|
||||
mod fido;
|
||||
mod digest;
|
||||
mod rsautil;
|
||||
@@ -26,6 +27,7 @@ mod cmd_pivdecrypt;
|
||||
mod cmd_pivgenerate;
|
||||
mod cmd_chall;
|
||||
mod cmd_challconfig;
|
||||
mod cmd_sshagent;
|
||||
|
||||
pub struct DefaultCommandImpl;
|
||||
|
||||
@@ -64,6 +66,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_pivgenerate::CommandImpl),
|
||||
Box::new(cmd_u2fregister::CommandImpl),
|
||||
Box::new(cmd_u2fsign::CommandImpl),
|
||||
Box::new(cmd_sshagent::CommandImpl),
|
||||
];
|
||||
let mut app = App::new(env!("CARGO_PKG_NAME"))
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
|
||||
Reference in New Issue
Block a user