Version: 3.2.2 (using KDE 3.2.2, (testing/unstable)) Compiler: gcc version 3.3.3 (Debian 20040401) OS: Linux (i686) release 2.6.6-1-686 It would be very nice to be able to specify ssh tunnels in URLs. ssh can set up port forwarding tunnels between machines. I imagine a syntax similar to ssh-tunnel://intermediate.machine/http://destination.machine/path which first uses ssh to set up a tunnel from my local to the intermediate machine. It then connects to the tunnel on the local machine, which passes the http request to the intermediate machine, from where it is then sent to the destination machine. (The ssh tunnel port numbers might also be specified, or could be chosen automatically.) In terms of wget, the command would be something like ssh -L 12345:destination.machine:80 -N intermediate.machine & wget http://localhost:12345/path (kill ssh, or keep it around for some time) One application would be to allow people working from home to connect to web sites appearing to be connecting from a work machine. This would permit people to access web sites from home which otherwise don't grant access.
Doesn't seem likely, sorry.