I need to login on remote machine which is windows , and i think windows
doesent support ssh login unless ssh server installed.
 
Either i have to use VNC , remote desktop shairing etc.
 
I need to automate this using script.
 
Please help.
 
Regards
Irfan.
 
 

  _____  

From: Blue Band [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 19, 2006 12:48 AM
To: Sayed, Irfan (Irfan)
Cc: beginners@perl.org
Subject: Re: remote login using perl


Irfan,
When you say remote login, what do you mean by that? is that via ssh or
via remote desktop or any the way?
 
If the remote machine can support ssh connection, you can use perl ssh
modules to remotely login and perform anything you want via perl script.
 
Hope this help

 
On 10/17/06, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: 

        Hi all,
        
        I need to login to the windows machine remotely using perl
script . I
        searched the perl modules and CPAN network. but did not get any.

        
        Is there any way to do this in perl script.? Can anybody has
done this
        before. please help
        
        Regards
        Irfan.
        
        
        
        
        


Reply via email to