Subj : src/syncterm/ssh.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Dec 29 2023 06:26 pm https://gitlab.synchro.net/main/sbbs/-/commit/999b9b76a1f3725be712d634 Modified Files: src/syncterm/ssh.c Log Message: Always flush after grabbing ssh mutex When flushing, set timeouts high, then set zero read timeout Ensure channel IDs are protected by the ssh mutex Check channels are open every time though input thread and before sends Fix various locking errors Install public key in a background thread Once a startup race is fixed, this should be good to go! .