MLUG: Re: [MLUG] SSH Remote port forwarding
Re: [MLUG] SSH Remote port forwarding
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mark Rupright wrote:
Hi All,

The development team at my workplace are working on centralizing all of our field office cobol programs to the home office. They have decided on using SSH for the connection bit and would like to utilize port forwarding for sending print to the local printers in the field. My thought is that in order for the server to send print over ssh to the remote client, it would require remote port forwarding as apposed to local port forwarding. My second thought is would it work and if not is there an alternative direction someone could point me to?

Let me know if clarification is needed.  :-)

Thanks,

Mark Rupright


_______________________________________________ members mailing list EMAIL:PROTECTED http://mlug.missouri.edu/mailman/listinfo/members




Is this what you mean?  On local client run (this example is for pop3):

ssh -L 110:remote.host.org:110 remote.host.org

Then any attempts to access port 110 on the local client will become attempts to access port 110 on the remote host. And it all goes through ssh, so no-one can listen in.


_______________________________________________ members mailing list EMAIL:PROTECTED http://mlug.missouri.edu/mailman/listinfo/members