Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Net::SSH::Perl not working on Windows server

by shonorio (Hermit)
on Dec 08, 2005 at 18:50 UTC ( [id://515334]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::SSH::Perl;
    my $fw = Net::SSH::Perl->new( 'server1', debug => 1 );
    ...
    client_win2k: Authentication methods that can continue: publickey,keyb
    +oard-interactive.
    client_win2k: Next method to try is publickey.
    Permission denied at C:\Test\t.pl line 3
    
  2. or download this
    use Net::SSH::Perl;
    my $fw = Net::SSH::Perl->new( 'server2', debug => 1 );
    ...
    client_win2k: Sending command: ls -lh /etc
    client_win2k: Requesting service exec on channel 1.
    client_win2k: channel 1: open confirm rwindow 0 rmax 16384
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://515334]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-26 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found