test ssh connect

This commit is contained in:
yanweitong 2023-12-14 15:17:24 +08:00
parent b58f794b8b
commit 91f3d51204
1 changed files with 1 additions and 0 deletions

View File

@ -29,5 +29,6 @@ fn main() {
println!("Any key to exit...");
// 等待用户按下任意键
let mut buffer = [0; 1];
stdin().read_exact(&mut buffer).unwrap();
}