in reply to Re: If you do go with ssh..
in thread Connecting to a remote host

hi,
in my workplace, we've been connecting to the remote host in unix using ssh for many years.
Now, the new requirement is to do the samin windows.
we dont want to use third party tools like cygwin, because, in which case we would have to do the same to many servers in the remote location.

Since we've already done some work in perl, we'd like to continue to execute resident scripts on the remote servers using sockets or any other possible and effiecient method.
Thanks!