mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 01:15:04 +01:00
Add cluelessh-key debug create-fake-privkey
This command creates a fake private key that looks like it's the real private key for a corresponding public key. Even `ssh-keygen -y` gets confused.
This commit is contained in:
parent
e36f416c54
commit
a03eb38461
5 changed files with 99 additions and 35 deletions
|
|
@ -25,7 +25,7 @@ use eyre::{bail, eyre, Context, Result};
|
|||
use rustix::fs::MemfdFlags;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tokio::net::{TcpListener, TcpStream};
|
||||
use tracing::{ error, info, warn};
|
||||
use tracing::{error, info, warn};
|
||||
|
||||
use tracing_subscriber::EnvFilter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue