Fixed: CreateProcessW failed error:2 posix_spawn: No such file or directory
If you encountered this in Windows:
ssh uu
CreateProcessW failed error:2
posix_spawn: No such file or directory
To fix, use a full path. So this is the correct line in the .ssh/config:
ProxyCommand C:\Windows\System32\OpenSSH\ssh.exe -q proxy.goyun.info nc %h %p
Comments
Post a Comment