`ssh` executable not found in any directories in the %PATH%

前端 未结 6 1970
无人共我
无人共我 2021-01-31 09:09

ERROR:

c:\\Users\\dhawal.vora>vagrant ssh
`ssh` executable not found in any directories in the %PATH% variable. Is an
SSH client installed? Try installing Cyg         


        
6条回答
  •  猫巷女王i
    2021-01-31 09:36

    You can alternatively install openssh from here and then you can add the ssh.exe to your PATH by:

    set PATH=%PATH%;C:\Program Files (x86)\OpenSSH\bin
    

    or

    set PATH=%PATH%;C:\Program Files\OpenSSH\bin
    

提交回复
热议问题