PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.37k stars 758 forks source link

posix_spawnp: No such file or directory #1890

Closed iusx closed 2 years ago

iusx commented 2 years ago

❯ vagrant ssh posix_spawnp: No such file or directory

I connect to vagrant as usual, but he reports vagrant ssh posix_spawnp: No such file or directory.

I haven't touched vagrant for almost half a month, and the virtual machine. Does anyone have any friends who have encountered similar problems? how did you solve it?

I read the error message, it seems that the exact directory is needed, you can take a look at https://serverfault.com/questions/956613/windows-10-ssh-proxycommand-posix-spawn-no-such-file-or -directory

It was found that the problem was initially caused in the vscode-remote-release Project, which sparked a lot of discussion, and finally vscode-remote-release fixed the problem, I don't know if vagrant also has this problem?

Thank you so much.

iusx commented 2 years ago

I finally found out that it was a problem with openssh, mainly the configuration of .ssh/config.

Ashley0703 commented 1 year ago

Hi, How do you fix this problem in the end?

iusx commented 1 year ago

mainly the configuration of .ssh/config.

If you are using Windows, check if the .ssh/config file is configured correctly, because that's how I solved it when I had this issue before (The VPN I used modified this file, causing vagrant to fail to connect).