CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/03/12 22:01:57
Modified files: usr.bin/ssh : kex.c sshconnect.c sshd.c Log message: use sshpkt_fatal() for kex_exchange_identification() errors. This ensures that the logged errors are consistent with other transport- layer errors and that the relevant IP addresses are logged. bz3129 ok dtucker@