[Bug 761] sftp not exiting in batch mode

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Nov 19 05:14:58 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=761

           Summary: sftp not exiting in batch mode
           Product: Portable OpenSSH
           Version: 3.6.1p2
          Platform: All
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: mmurra28 at csc.com


The root cause appears to be the way sshd parses it's configuration file and 
subsequently processes exit codes from subprocesses (such as sftp-server).  
When the sftp server exits , it passes either a signal or exit code back to 
sshd, and then sshd should in turn drop the connection.  sshd does not drop the 
connection.  However, when we switch LogLevel from INFO to DEBUG in 
sshd_config, when sftp exits, sshd now exits properly.  The only difference 
here, is the processing thread within sshd's subsystem shell.  We even verified 
different versions of the sftp-server subsystem, both with the same results.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list