test ssh connect
This commit is contained in:
parent
b58f794b8b
commit
91f3d51204
|
@ -29,5 +29,6 @@ fn main() {
|
|||
println!("Any key to exit...");
|
||||
// 等待用户按下任意键
|
||||
let mut buffer = [0; 1];
|
||||
|
||||
stdin().read_exact(&mut buffer).unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue