in reply to Re^5: Net::SSH::Perl script in windows - getpwuid is unimplemented
in thread Net::SSH::Perl script in windows - getpwuid is unimplemented

http://search.cpan.org/grep?cpanid=TURNSTEP&release=Net-SSH-Perl-1.34&string=getpwuid&i=1&n=1&C=0
31: - If ENV{HOME} is not set, use getpwuid. If both fail and the d +ir 142: - getpwuid is now called in an eval, so on systems that do not
  • Comment on Re^6: Net::SSH::Perl script in windows - getpwuid is unimplemented
  • Download Code

Replies are listed 'Best First'.
Re^7: Net::SSH::Perl script in windows - getpwuid is unimplemented
by sthirumalai (Novice) on Mar 10, 2010 at 00:14 UTC
    Hi thanks for the help. now i am able to run the script. This time, it is stopping at the login method... leaving me at
    ... ... Computing shared secret key. Verifying server signature. Waiting for NEWKEYS message. Send NEWKEYS. Enabling encryption/MAC/compression. Sending request for user-authentication service. Service accepted: ssh-userauth. Trying empty user-authentication request. Trying password authentication. Authentication methods that can continue: publickey,gssapi-with-mic,pa +ssword. Next method to try is publickey. Next method to try is password. Permission denied at win32.pl line 11
    I am able to connect to target system through putty ssh interface. but with script im stopped at this login... Any comments why this is happening... Appreciate your help. Thanks, Thiru