[Bug 1273]	Interactive mode detection should not be predicated on pty allocation
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Thu May 17 16:07:02 EST 2007
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=1273
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org>  2007-05-17 16:06:57 ---
It is possible to have interactive sessions that have commands, e.g.
"ssh -t somehost vi somefile" so basing the interactivity check on
command length is incorrect. 
I don't see any better way of determining user intent to interact with
a remote program than whether or not a TTY is requested so I am closing
the bug. If you can think of one, feel free to reopen it.
By the way, if it is just the "connection closed" message that annoys
you, you can silence it using "ssh -q" or a LogLevel entry in the
client config.
-- 
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list