Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by jfroebe (Parson)
on Dec 08, 2005 at 19:01 UTC ( [id://515337]=note: print w/replies, xml ) Need Help??


in reply to Net::SSH::Perl not working on Windows server

Hi Sao,

On your linux box, open up /etc/ssh/sshd.conf Most likely the allow root login is disabled preventing you from logging into the linux box as root.

Try using putty to determine if it is a ssh configuration issue or can be restricted to a Net::SSH issue.

Hope this helps.

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

  • Comment on Re: Net::SSH::Perl not working on Windows server

Replies are listed 'Best First'.
Re^2: Net::SSH::Perl not working on Windows server
by shonorio (Hermit) on Dec 09, 2005 at 12:35 UTC
    On my linux root is allowed to ssh (test enviroment of course). I can access by putty or ssh without problem, and I getting the same behaviour when i run this script on linux box.

    Maybe it's a bug on Net::SSH::Perl

    Jason, thanks for you help.

    Solli Moreira Honorio
    Sao Paulo - Brazil
      I wonder if this is the problem you are experiencing

      client_win2k: Sending request for user-authentication service.
      client_win2k: Service accepted: ssh-userauth.
      client_win2k: Trying empty user-authentication request.
      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
      


      Net:SSH:Perl does it all for you. I'm thinking you are trying to authenticate with a method your remote system requires and Net::SSH::Perl doesn't have loaded. Your OS will be ok if it has the method required. You might want to check the modules loaded and see if they compare with what the OS needs.

      Try perldoc perllocal and see if all the modules are there. Don't forget to check the README in Net::SSH::Perl. It has a list of what modules you need for which protocol. Just a few things to check on.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 23:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found