Displaying 2 results from an estimated 2 matches for "l5000".
Did you mean:
5000
2000 Aug 05
0
Protocol 2 and fork
...ver sends "Window overflow received channel
data." and disconnects. This doesn't happen when both the client and server
are openssh.
Cheers,
-Jarno
PS. I haven't done much testing with the patch so it'll propably break
something.
It works now for 'ssh -f -n -N -L5000:server:110 server' and fetchmail.
Patch:
diff -u -r openssh-2.1.1p4/ssh.c openssh-2.1.1p4-ruined/ssh.c
--- openssh-2.1.1p4/ssh.c Sat Jul 15 07:14:17 2000
+++ openssh-2.1.1p4-ruined/ssh.c Fri Aug 4 20:54:10 2000
@@ -460,10 +460,6 @@
}
}
- /* Cannot fork to background if no command. */
-...
2000 Nov 20
3
OpenSSH Security bug: port forwarding
Hi. OpenSSH 2.3.0p1 exhibits the following behavior on Linux 2.2.5. I
believe this is a bug. Can anyone else replicate this?
On any given SSH machine (let's call it 'test'), start ssh like
this:
./ssh -L2526:mail.blah.com:25 -f mail.blah.com sleep 1000
(where mail.blah.com is some machine running sendmail, you have a login
account, etc.)
In a just world (and this works with