File execution problem

hi all
currently we are building lot of new servers(50+).What im looking for is a small piece of code that should help me in running a script that will configure company specific software in all the new boxes.For that currently we have to login to each and every new box manuallly and run that script.

Is there any way we can automate that.we are provided with ftp userid and password.(for ex:userid:cman password:cman)

Need ideas to develop such piece of code.
Is it possible to execute that piece from one box instead of logging into everybox?

Any help is greatly appreciated...

You have to have a process on the remote box to run code - code requires process context.

Is ssh configured? That is the easy way.

Yes,ssh is configured. to logon we have to enter pin+securid(which changes every30 sec).So i ruled out that option. Iam not sure about the "process" you are talking about, can you elaborate please??