Hi! I am using a perl script to connect to establish an ssh connection to a remote server. From there I establish a secondary connection to remote devices. The initial connection works fairly well except for one thing... I don't know how to get it to wait for the password prompt and send a stored password. In the past this has not been an issue but I now need to design a straight GUI application instead of using the cmd prompt to launch. So my question is can someone point me to something that can watch for the password prompt and then send a password? I tried looking at some of the SSH modules out there but none of them seemed to do exactly what I needed it to do.