From: Daniel Berger Date: 2005-02-18T02:09:48+09:00 Subject: Re: net::ssh popen3 issue? ritchie@ipowerhouse.com wrote: > :) > > I'm writing an admin system to a remote server, which I'd like to be > able to extend easily. Therefore, I can create remote sql queries or > any other command on the server trivially, and then massage the data as > I need on the client based on return type, table, list etc. I was going to suggest DBD::Proxy, but it's not secure. However, now that Ruby has an openssl package as part of the standard library, perhaps an encrypted version of DBD::Proxy is in order. Michael? :) Regards, Dan