initial working implementation of ssh agent
This commit is contained in:
@@ -191,6 +191,10 @@ pub enum HandlerError {
|
||||
NoMainWindow,
|
||||
#[error("Request was denied")]
|
||||
Denied,
|
||||
#[error(transparent)]
|
||||
SshAgent(#[from] ssh_agent_lib::error::AgentError),
|
||||
#[error(transparent)]
|
||||
SshKey(#[from] ssh_key::Error),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user