« Books Read in 2009 | Main | Online Picture Editor: Pixlr »
March 04, 2009
How to setup ssh tunnel: Cups Redirection
Today, I needed to configure cups on a server and used ssh tunneling to accomplish my task.
ssh -L 8888:localhost:631 [enter username of cups server here]@[enter ip address or server name of cups server here]
--Chris
---------
CUPS provides a web interface (which is sometimes called a GUI, although we rely on the web browser to provide the graphical part) that allows you to view print jobs, printers, and the online help, as well as manage your printers.
The CUPS web interface is available on your machine at the following URL:
Posted at 03:57 PM | Permalink
TrackBack
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341f85d553ef0112792413ff28a4
Listed below are links to weblogs that reference How to setup ssh tunnel: Cups Redirection:
