Displaying 3 results from an estimated 3 matches for "ssh_packet_write_wait".
2015 Sep 18
3
[Bug 2469] New: ssh connection hangs indefinitely on EPIPE
...ed-bugs at mindrot.org
Reporter: tomas.kuthan at oracle.com
When there is a connectivity problem between the server and the client
(network outage, server crash or reboot), the client indefinitely
hangs.
Trace:
-> packet_write_wait(0xa8706c360, 0x0, 0x0, 0x0, 0x0, 0x600000)
-> ssh_packet_write_wait(0xa870151e0, 0x0, 0x0, 0x0, 0x0, 0x600000)
-> __addvdi3(0x4, 0x1, 0x0, 0x0, 0x0, 0x600000)
<- __addvdi3() = 5
-> ssh_packet_write_poll(0xa870151e0, 0x0, 0x0, 0x2dc, 0x8,
0x101010101010101)
-> sshbuf_len(0xa86ffc5d0, 0x0, 0x0, 0x2dc...
2019 Mar 29
2
Call for testing: OpenSSH 8.0
...fatal("%s: send packet: %s", __func__,
ssh_err(r));
continue;
@@ -1416,7 +1416,7 @@ client_loop(struct ssh *ssh, int have_pty, int escape_char_arg,
(r = sshpkt_put_cstring(ssh, "")) != 0 || /* language tag */
(r = sshpkt_send(ssh)) != 0 ||
(r = ssh_packet_write_wait(ssh)) != 0)
- fatal("%s: %s", __func__, ssh_err(r));
+ fatal("%s: send disconnect: %s", __func__, ssh_err(r));
channel_free_all(ssh);
@@ -1502,7 +1502,7 @@ client_request_forwarded_tcpip(struct ssh *ssh, const char *request_type,
(r = sshpkt_get_cstring(ssh, &o...
2019 Mar 27
26
Call for testing: OpenSSH 8.0
Hi,
OpenSSH 8.0p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at