search for: someotherport

Displaying 1 result from an estimated 1 matches for "someotherport".

Did you mean: someotherhost
2003 Sep 26
0
(no subject)
..... About a year ago I was working for a company that wanted to use OpenSSH as a server (on a Linux platform) for port forwarding. We didn't want the users connecting to the ssh server to be able to run a shell. All we wanted them to do was this: ssh -N -L <somePort>:localhost:<someOtherPort> foo.bar.com We only wanted them to port forward to one host, localhost. We didn't want them to be able to forward any ports to any other host, like this: ssh -N -L <somePort>:someRandomMachine:<someOtherPort> foo.bar.com While a firewall would block anyone from trying to...