Bug 1146

Summary: Forwarding range of ports
Product: Portable OpenSSH Reporter: Jacek Pliszka <kubusja>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 4.2p1   
Hardware: All   
OS: All   

Description Jacek Pliszka 2006-02-01 02:03:49 AEDT
Hi!

I wonder if you could slightly extend the functionality of the for forwarding to
allow something like this:

ssh -L 5000-5019:remotehost:N user@host

Then ssh forwards ports from 5000 through 5019 to remote ports from
N to N+19.

One of the possible uses would be forwarding multiple FTP passive ports.