Do not ask for user input if the SSH channel is already closed
[?]
Feb 26, 2021, 11:03 AM
I6DVZEFUMGH6BFOLGBPM6J4PL5I4PAAODJYG7REXYPDHPKPBLDTACDependencies
- [2]
ENKQ3QZGForward the exit status messages from the SSH background loop to the client (solving hangs) - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [5]
JRENVH5DReqwest 0.11
Change contents
- edit in pijul/src/remote/ssh.rs at line 183
if h.is_closed() {return false;} - edit in pijul/src/remote/ssh.rs at line 220
if h.is_closed() {return Ok(false);} - replacement in pijul/Cargo.toml at line 64
thrussh = "0.32.2"thrussh = "0.32.7"