commit | 555f3b856f2681b46870a66386396b49426b9719 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun May 15 08:48:05 2011 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sun May 15 08:48:05 2011 +1000 |
tree | 88756b47f05c76c5afd5ce739aa26a7b3f124809 | |
parent | f4b32aad05cb65caa6eabe09049750b3c8a29cf3 [diff] |
- djm@cvs.openbsd.org 2011/05/08 12:52:01 [PROTOCOL.mux clientloop.c clientloop.h mux.c] 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@