init: connection made

This commit is contained in:
Aaron Honeycutt 2025-07-03 17:54:08 -06:00
commit c0d58cd349
6 changed files with 415 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "ssh-test"
version = "0.1.0"
edition = "2024"
[dependencies]
ssh2 = "0.9.5"