Tess Gauthier
Tess Gauthier
if you're running `sshd.exe -d` in terminal, key auth must be used. you can get the full log with password auth by changing the sshd_config settings mentioned under "Troubleshooting more...
@roshan9951, can you try running the ssh server in debug mode and see what the output says? `sshd.exe -ddd`
Line 28 in the `.gitignore` is from upstream - it is to prevent pushing the built `ssh-agent` binary to the repo. It should not prevent cloning `agent-main.c` from this repo...
Apologies for the delay in responding - please see the announcement mentioned above for guidance. https://github.com/PowerShell/Announcements/issues/63
`ssh-keygen` is being called but the error is message is `ssh` not found? I would expect it to be `ssh-keygen` not found, unless there's some unexpected shell parsing with `-`...
Another thing to check after re-reading this - does the local user have execute permissions on the ssh files installed to either location?
`-c` relies on ssh-askpass, which does not have a direct Windows equivalent, so this is not supported currently. We can improve the error message to make this clearer.
> @StevenBucher98 - Adding just a bit more information on our tries we found out that if we have **HostKey PROGRAMDATA/ssh/ssh_host_rsa_key** uncomment we start having the same errors that we...
@JoaoPereira1994 - what version of curl are you using? I'm going to try to setup a local repro. And are you connecting via sftp or via ssh?
@mijioij - are you able to provide any additional context about the scenario? Is it also with ~15 simultaneous SFTP connections via curl?