mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 17:05:05 +01:00
fix sign
This commit is contained in:
parent
53bd98f2b3
commit
157d6081b8
3 changed files with 39 additions and 8 deletions
|
|
@ -113,6 +113,7 @@ pub enum ExtensionResponse {
|
|||
/// A single identity in SSH_AGENT_IDENTITIES_ANSWER.
|
||||
#[derive(Debug)]
|
||||
pub struct IdentityAnswer {
|
||||
/// The public key in the SSH wire encoding.
|
||||
pub key_blob: Vec<u8>,
|
||||
pub comment: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue