Is there a crate similar to Tcl's Expect
?
Expect has the most ungooglable name
My use case is an interactive SSH session (login, run command to get some data, quit)
Is there a crate similar to Tcl's Expect
?
Expect has the most ungooglable name
My use case is an interactive SSH session (login, run command to get some data, quit)
I have same need like yours. I like to hide login password into compiled exe file.
Did you find answer for your question ?
Hi All
Just for the record to end this thread, Someone answered my query on reddit. The library(Crate) is at
https://crates.io/crates/rexpect
tj