[Bug 92] New: Feature: -f -f, like -f, but fork() after port/display/agent open

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Feb 2 05:39:07 EST 2002


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

           Summary: Feature: -f -f, like -f, but fork() after
                    port/display/agent open
           Product: Portable OpenSSH
           Version: 3.0.2p1
          Platform: All
               URL: http://marc.theaimsgroup.com/?l=openssh-unix-
                    dev&m=101258768002274&w=2
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: Nicolas.Williams at ubsw.com


New ssh option, "-f -f", like "-f", but fork() after the first successful
forwarded port/display/agent channel open.

The idea is that a successful forwarded port/display/agent channel open
implies that the remote command started successfully and can report
errors in some manner other than by writing to stderr or exiting with
a non-zero exit code. So that is a great time for ssh to fork() off.

Also see new forkoff() function added to clientloop.c - it correctly,
I think, closes the session channel.



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



More information about the openssh-unix-dev mailing list