Windows remote to Solaris to execute ksh script

Hi all,

I'm not sure if it is correct to post here.

I am facing problem wanting to create a batch that run from my Windows XP pc to remote to multiple Solaris server to execute the server's ksh script. :wall:

Can anyone give me a hints on how to do that? Thanks.

use winssh

google it "winssh"

Do you mean winsshd? google it can only find that.. and it required License: $99.95.

sshwindows.sf.net: OpenSSH for Windows

Maybe i should clarify more on my question, I need to create a batch file on a client PC (Windows XP), which when executed will access & execute shutdown script i created on my Solaris servers.

It is kind of a one click on a batch file to shutdown multiple Solaris servers.

you can use plink also. Download plink from the below page
PuTTY Download Page

plink username@remoteserver "/path/to/command"

For password less setup, refer the below links

http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html
http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#pubkey
http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#pubkey-gettingready

1 Like

I'm trying it. Seems like just the tools i need. Thanks. :b: