CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/04/19 22:19:11
Modified files: usr.bin/ssh : channels.c clientloop.c serverloop.c Log message: Try to continue running local I/O for channels in state OPEN during SSH transport rekeying. The most visible benefit is that it should make ~-escapes work in the client (e.g. to exit) if the connection happened to have stalled during a rekey event. Based work by and ok dtucker@