CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2011/05/08 06:52:01
Modified files: usr.bin/ssh : PROTOCOL.mux clientloop.c clientloop.h mux.c Log message: improve our behaviour when TTY allocation fails: if we are in RequestTTY=auto mode (the default), then do not treat at TTY allocation error as fatal but rather just restore the local TTY to cooked mode and continue. This is more graceful on devices that never allocate TTYs. If RequestTTY is set to "yes" or "force", then failure to allocate a TTY is fatal. ok markus@