Ian Jackson <ijack...@chiark.greenend.org.uk> wrote: > Arrange not to write anything into linux.uml until some output has > appeared. That seems to work OK for me, leading me to think it's not > a general lossage bug, but only happens if there is input to be read > when linux.uml starts up its consoles.
FWIW, I've pushed to PuTTY main today a patch that adds a bug workaround flag for this kind of thing. Now the PuTTY client tools can be manually configured to delay sending their SSH (or psusan) greeting until after they see the greeting from the other end. So, in that particular use case of UML, this can be worked around. Cheers, Simon -- import hashlib; print((lambda p,q,g,y,r,s,m: (lambda w:(pow(g,int(hashlib.sha1( m.encode('ascii')).hexdigest(),16)*w%q,p)*pow(y,r*w%q,p)%p)%q)(pow(s,q-2,q))==r and m)(0xb80b5dacabab6145,0xf70027d345023,0x7643bc4018957897,0x11c2e5d9951130c9 ,0xa54d9cbe4e8ab,0x746c50eaa1910, "Simon Tatham <ana...@pobox.com>" ))