> Dear all,
>
> Thanks for all help given...
>
> I think I shd give more clear pictures on why I need this??
> Cause I got some program in linux box, which need to be run as batch
> process, but need to perform by end user once they completed their daily
> job. Which I want, is just to make thier life more easier by just click an
> icon which will perform the task automatically for them.
> As tristan recommended for plink, where can perform the task that I
> requested.... Tristan, can you provide me more info, where can I get plink
> and putty info??? and what r the things needed for it to work??
>
> Thanks........,
> gary
>



Putty Homepage
http://www.chiark.greenend.org.uk/~sgtatham/putty/
There is a FAQ and recently added documentation there.

I use this to connect to a ssh server, but believe that it can also connect
via telnet.  Assuming you've already got the ssh or telnet server setup and
running you would setup a shortcut on the windows box with this in it.
/path/to/plink -ssh -pw mypassword username@machinename command to execute

I would recommend using the ssh option as with rh7 the ssh server isn't any
harder to get running.  There may also be some security concerns regarding
the password being plain text readable by just looking at the detail of the
command that is run by the shortcut on the windows box.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to