|
|
|
|
|
by unixpickle
722 days ago
|
|
These lines from the diff linked above are the fix: - /\* Log error and exit. \*/
- sigdie("Timeout before authentication for %s port %d",
- ssh_remote_ipaddr(the_active_state),
- ssh_remote_port(the_active_state));
+ _exit(EXIT_LOGIN_GRACE);
|
|