search for: sdt_shell

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

Did you mean: sdshell
2001 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
...s .profile with a special startup shell that allocates a pseudo-tty (I assume so people can use "stty" to set their preferred settings) but is not attached to anything that can actually accept user input. Those of you with Solaris can reproduce with DTSOURCEPROFILE=true /usr/dt/bin/sdt_shell -c ssh-add I discovered that the problem was that the new readpassphrase() function is flushing (that is, discarding) the terminal input but the old function cli_read_passphrase() did not. When input is not flushed, then ssh-add gets an immediate end of file and exits. When the input is flushed,...