Execute ssh with password authentication via windows command prompt

后端 未结 5 938
走了就别回头了
走了就别回头了 2020-12-07 13:02

I need to execute ssh from windows command line by providing password in a non interactive manner. I could implement the key based authenti

5条回答
  •  悲哀的现实
    2020-12-07 13:30

    Windows Solution

    1. Install PuTTY
    2. Press Windows-Key + R
    3. Enter putty.exe -ssh [username]@[hostname] -pw [password]

提交回复
热议问题