Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zig007

    PARI error when using Net::SSH::Perl

    Thanks a lot, Travis! Net::SSH didn't fit my bill, since it only allowed login through certificates as far as I could see. However, in it's documentation was mentioned Net::SSH::Expect which worked like a charm! Thanks for putting me on the right track, i'll see if I can give something back to...
  2. zig007

    PARI error when using Net::SSH::Perl

    Oh! I never realised that they were two different libraries! I will try that immidiately.
  3. zig007

    PARI error when using Net::SSH::Perl

    Hi all! I try to login through SSH using this code: #!/usr/bin/perl -w use Net::SSH::Perl; my $remotehost = "host"; my $remoteport = "22"; my $remoteuser = "auser"; my $remotepassword = "apassword"; my $ssh = Net::SSH::Perl->new($remotehost); $ssh->login($remoteuser, $remotepassword); I then...

Part and Inventory Search

Back
Top