Remote Shell - redirecting output
All,
I require assistance with a small shell script that I am working on. Basically this script will execute a command on a remote system - simple enough in theory. The catch is that the remote machine is going to ask me for a password to finalise the execution of the command and what I need to know is how to get the rsh command to redirect this password request back to the terminal that I am running the script from so that I can type in the password. Running the command on a local machine works fine, the process executes and you are prompted for a password. When running it remotely the process starts to execute and then dies when you don't enter the password (fact of the matter is that it doesn't prompt me for the password when executing the command remotely and this is what I need to rectify).
Any assistance will be greatly appreciated.
Cheers,
Adam...

