Based on the: http://www.vegardno.net/2017/03/fuzzing-openssh-daemon-using-afl.html
I tried to search for these code pieces (I know he was using openbsd-compat and not the original OpenSSH code) but didn't found it, didn't even find similar for disabling message CRCs: in the ( https://github.com/openbsd/src ) $ pwd /src/usr.bin/ssh $ find . -name packet.c ./packet.c $ grep -i checksum packet.c $ Does anyone has any idea, where to disable message CRCs in SSHD? It is needed for testing purposes. Many-many thanks.