I need to execute ssh from windows command line by providing password in a non interactive manner. I could implement the key based authenti
Windows Solution
Windows-Key + R
putty.exe -ssh [username]@[hostname] -pw [password]