in reply to Re: How do you use Net::OpenSSH to query mysql database via ssh tunnel
in thread How do you use Net::OpenSSH to query mysql database via ssh tunnel
I'm not sure I follow. But here's why I'm trying to do it via an SSH tunnel: the database server I eventually want to connect to is locked down so that it only accepts queries from trusted IP addresses. I want a solution that will work from any machine.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How do you use Net::OpenSSH to query mysql database via ssh tunnel
by Corion (Patriarch) on May 09, 2017 at 11:06 UTC | |
by nysus (Parson) on May 09, 2017 at 11:28 UTC | |
by Corion (Patriarch) on May 09, 2017 at 13:32 UTC | |
by haukex (Archbishop) on May 09, 2017 at 14:04 UTC | |
|
Re^3: How do you use Net::OpenSSH to query mysql database via ssh tunnel
by nysus (Parson) on May 09, 2017 at 11:39 UTC |