Hello, I'm trying to automate the login of ssh and then interact when a prompt is reached. I don't know if I'll be getting an "accept key" prompt or a password prompt, so I want to loop through these and when any unix prompt is reached, then exit the loop, execute a command and then interact...