> >>Tunnelling the postgres connection over SSH would be good too (which > >>solves 2 problems at once) > > > >Should be possible today provided you have a ssl-able (which I > >take your words to mean ?) db-api module. > No, you can just fire up SS*H* locally using os.spawn (), with the -L > option, then connect to the local port SSH has opened, which is tunnelled to > the server. Both postgres client and server are none the wiser. Ah, you mean port forwarding. That would work, too. And should work today, too.
Karsten -- GPG key ID E4071346 @ wwwkeys.pgp.net E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346 _______________________________________________ Gnumed-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnumed-devel
