in reply to Re: Using Net::SSH2 with DBI
in thread Using Net::SSH2 with DBI

thanks i decided to install cygwin and open ssh in shell with perl. hopefully that will work. UPDATE: I apparently do not know how to use "open" to open an SSH connection. I tried:
open(SSH, "ssh user\@host.com");
as a simple example, and I have tested that syntax will work in Cygwin except it will prompt for password. I don't think I understood what you had previously.

Replies are listed 'Best First'.
Re^3: Using Net::SSH2 with DBI
by Corion (Patriarch) on Jan 21, 2016 at 08:52 UTC

    I would either set up a passwordless keypair or use ssh-agent to store the password credentials.