Here is my setup;
my gentoo box1 <-> internet <-> remote firewall/print server <-> remote gentoo
box2
|
V
printer
I want to print a "document" from my "gentoo box1" to a printer that is
connected to "remote firewall/print server" WITHOUT COPYING DOCUMENT to
"remote gentoo box2".
1.) Remote firewall has a port knocking installed and accept ssh
connection (that is easy part).
Solution a.)
I could open world-wide print serve port on "remote firewall/print
server" but I don't want to do it.
Solution b.)
write a small script to:
- open port on the remote firewall
- scp "document" over ssh to "remote gentoo box2"
- print the dcoument
- remove the document
- close connection
- close open port on remote firewall
Solution c.)
What I would like to do, is to print local document to remote print
server over ssh without copying this document to remote box2.
Is there a way of doing it?
--
#Joseph
--
[email protected] mailing list