I will apologise in advance for the naivity of the following question.
I am working on a network that has password protected machines. The script
that I am trying to write needs to execute commands on a few of these
different boxes. I have been using the system() function to make my connection
attempts. However, I cannot seem to avoid the "Enter Password:" line that
is printed to the screen, nor can I get the script to automatically enter
it. Any suggestions? Is there a better function? Is there a better
approach? thanks.