Displaying 3 results from an estimated 3 matches for "rfwd".
Did you mean:
fwd
2013 Dec 19
3
[Bug 2189] New: Client fails to consider hostname when matching rfwd channel opens
https://bugzilla.mindrot.org/show_bug.cgi?id=2189
Bug ID: 2189
Summary: Client fails to consider hostname when matching rfwd
channel opens
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org...
2008 Jun 29
0
[Bug 92] Feature: -f -f, like -f, but fork() after port/display/agent open
...ttachment (id=1536)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1536)
delay fork when ExitOnForwardFailure set
This is quite easy now that we have proper request callback queues, but
I don't think we need a funny non-idempotent option for it. This patch
makes -f wait until after the rfwd replies have been received if
ExitOnForwardFailure=yes.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
2010 Jan 14
1
ssh(1) multiplexing rewrite
...extended status (e.g. report open channels / forwards)
+XXX graceful close (delete listening socket, but keep existing sessions active)
+XXX lock (maybe)
+XXX watch in/out traffic (pre/post crypto)
+XXX inject packet (what about replies)
+XXX server->client error/warning notifications
+XXX port0 rfwd (need custom response message)
+
+This document describes the multiplexing protocol used by ssh(1)'s
+ControlMaster connection-sharing.
+
+1. Connection setup
+
+When a multiplexing connection is made to a ssh(1) operating as a
+ControlMaster from a ssh(1) in multiplex slave mode, the first
+ac...