CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2018/02/15 21:43:11
Modified files: usr.bin/ssh : compat.c compat.h ttymodes.c Log message: Don't send IUTF8 to servers that don't like them. Some SSH servers eg "ConfD" drop the connection if the client sends the new IUTF8 (RFC8160) terminal mode even if it's not set. Add a bug bit for such servers and avoid sending IUTF8 to them. ok djm@