ZIm/crates/remote/src
Bennet Bo Fenner a3b63448df
ssh: Do not cancel connection process if user is typing password (#18812)
Previously, the connection process would be cancelled after 10 seconds,
even if the connection was established successfully but the user was
still typing in a password.
We know recognize when the user is prompted for a password, and cancel
the timeout task.

Co-Authored-by: Thorsten <thorsten@zed.dev>

Release Notes:

- N/A

---------

Co-authored-by: Thorsten <thorsten@zed.dev>
2024-10-07 15:53:32 +02:00
..
json_log.rs Improve ssh remote error handling and logging (#15035) 2024-07-23 13:29:56 -07:00
protocol.rs ssh remoting: Enable reconnecting after connection losses (#18586) 2024-10-07 11:40:59 +02:00
remote.rs ssh remoting: Add infrastructure to handle reconnects (#18572) 2024-10-01 12:16:44 +02:00
ssh_session.rs ssh: Do not cancel connection process if user is typing password (#18812) 2024-10-07 15:53:32 +02:00