search for: ptyenabl

Displaying 1 result from an estimated 1 matches for "ptyenabl".

Did you mean: ptyenable
2011 Jul 23
2
openssh PTY allocation
...ol PTY allocation behavior. Any way we can get some options? There should be at least one, maybe two ssh_config options to control PTY behavior: one to control the PTY failure behavior, something like ExitOnPTYFailure yes|no|no-warn, and one to give the equivalent of -T or -t, i.e. something like PTYEnable: yes|no|force-yes|yes-if-login. Note that, IME, for the ChangeLog case, that is a device that normally allows PTY creation and the PTY fails, the result looks like a hang but really isn't. Rather, what you have is a non-interactive shell. The shell works but doesn't display a prompt. So...