search for: pfannenmueller

Displaying 2 results from an estimated 2 matches for "pfannenmueller".

2010 Aug 07
7
[Bug 1804] New: ssh option -R 127.0.0.2:10443:<dest ip>:443 does not work
...work Product: Portable OpenSSH Version: 5.5p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: Walter.Pfannenmueller at siemens.com Starting ssh with the option -R 127.0.0.2:10443:<dest ip>:443 results in opening listeners on the <dest ip> with listener ip 127.0.0.1, ::1 and not 127.0.0.2 Adding the following code to channels.c after line 2660 } else if (host) { addr = list...
2010 Aug 08
3
[Bug 1805] New: consumption of file descriptors using a port forwarding channel
...ng channel Product: Portable OpenSSH Version: 5.5p1 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: Walter.Pfannenmueller at siemens.com Created attachment 1910 --> https://bugzilla.mindrot.org/attachment.cgi?id=1910 sshd debug and system strace This was tested on a Suse Linux 11.2 Establishing a port forwarding channel ssh -N -R 11001:<clienthost>:443 -o TCPKeepAlive=yes target and using the channel...