[Bug 2800] sftp fails to connect when login shell is t/csh and user's .cshrc generates output

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Nov 22 09:24:54 AEDT 2017


https://bugzilla.mindrot.org/show_bug.cgi?id=2800

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
having shell startups pollute stdin/stdout is a common problem for many
tools, not just sftp.  Adding shell-specific startup flags would
require shell (and possibly platform) specific knowledge, and that's a
rathole I am not willing to go down.  There is also the possibility
that something in the shell startup is actually desired (eg umask
setting or something).

It might be possible to give a hint in this case (similar to rsync's
"is your shell clean?" message), but as you've discovered the best
option right now is "so don't do that, then".

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list