I need to execute ssh from windows command line by providing password in a non interactive manner. I could implement the key based authenti
PuTTY's plink has a command-line argument for a password. Some other suggestions have been made in the answers to this question: using Expect (which is available for Windows), or writing a launcher in Python with Paramiko.