Today I learned:
Using CUPS, you can send directly to a printer's USB port that is connected to a remote box over SSH.
```
sshusb://openwrt/dev/usb/lp0
```
where openwrt is the connection name in ~/.ssh/config

Mind blown

#linux #printing #TIL #cups