Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: ssh on windows

by veeruch (Sexton)
on Jul 05, 2006 at 14:37 UTC ( [id://559350]=note: print w/replies, xml ) Need Help??


in reply to Re^3: ssh on windows
in thread ssh on windows

if iam using Net::SSH::Perl in Windows (Active State Perl)

use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new('somehost',debug=>1); $ssh->login('user', 'passwd'); my($stdout, $stderr, $exit) = $ssh->cmd($cmd);

indamaaaf31786: Reading configuration data /.ssh/config
indamaaaf31786: Reading configuration data /etc/ssh_config
indamaaaf31786: Connecting to host, port 22.
indamaaaf31786: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2-pwexp26
indamaaaf31786: Net::SSH::Perl Version 1.29, protocol version 2.0.
indamaaaf31786: No compat match: OpenSSH_3.7.1p2-pwexp26. Can't set socket non-blocking: at
E:/perl/site/lib/Net/SSH/Perl.pm line 212, <GEN0> line 1.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-23 22:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found