[mdlug] windows linux network and printer
Jonathan Billings
billings at negate.org
Thu Apr 30 10:33:01 EDT 2009
On Thu, Apr 30, 2009 at 09:33:39AM -0400, Jay Nugent wrote:
> What needs to be added or edited in /etc/cups/cupsd.conf to get this
> beast to at least let me *begin* to start configuring it????
Rather than have the unencrypted traffic go over the wire, it'd
probably be better to just tunnel the traffic through SSH.
Connect to the system with:
ssh -L8631:localhost:631 remotehost
And then connect to http://localhost:8631/ on the same machine you're
ssh'ing from.
OpenSSH's tunnelling ability is great for this kind of thing.
--
Jonathan Billings <billings at negate.org>
More information about the mdlug
mailing list