Displaying 1 result from an estimated 1 matches for "l2526".
Did you mean:
2526
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 f-secure SSH1), you should be able to
do this on test:
telnet 127.0.0.1 2526
and connect to mail.blah.com port 25 over the se...