Edit

IABSD.fr/src/usr.bin/ssh

Branch :

  • Show log

    Commit

  • Author : djm
    Date : 2025-04-30 05:26:15
    Hash : aadb1b15
    Message : make writing known_hosts lines more atomic, by writing the entire line in one operation and using unbuffered stdio. Usually writes to this file are serialised on the "Are you sure you want to continue connecting?" prompt, but if host key checking is disabled and connections were being made with high concurrency then interleaved writes might have been possible. feedback/ok deraadt@ millert@