The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

 use MYDan::Util::ExpSSH;

 my $ssh = MYDan::Util::ExpSSH->new( );

 $ssh->conn( host => 'foo', user => 'joe', 
             pass => '/conf/file', 
             sudo => 'user1',
             rsync => '-aP /tmp/foo user@host:/tmp/bar', #if rsync
           );