CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/27 21:28:43
Modified files:
usr.bin/ssh : PROTOCOL kex.c kex.h packet.c ssh2.h
Log message:
Introduce a transport-level ping facility
This adds a pair of SSH transport protocol messages SSH2_MSG_PING/PONG
to implement a ping capability. These messages use numbers in the "local
extensions" number space and are advertised using a "[email protected]"
ext-info message with a string version number of "0".
ok markus@
