mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 08:55:06 +01:00
cleanup
This commit is contained in:
parent
aa96faa697
commit
0eb9001f08
7 changed files with 445 additions and 409 deletions
|
|
@ -1,13 +1,14 @@
|
|||
use std::net::SocketAddr;
|
||||
|
||||
use eyre::{Context, Result};
|
||||
use fakessh::{ServerConnection, SshError, ThreadRngRand};
|
||||
use tokio::{
|
||||
io::{AsyncReadExt, AsyncWriteExt},
|
||||
net::{TcpListener, TcpStream},
|
||||
};
|
||||
use tracing::{error, info};
|
||||
|
||||
use ssh_transport::{ServerConnection, SshError, ThreadRngRand};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> eyre::Result<()> {
|
||||
tracing_subscriber::fmt().init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue