Open oktonion opened 5 years ago
After how much seconds does the timeout happen? Does connecting using ssh.exe also take so long?
With OpenSSH client I'm getting "Enter your password" promt in ~8 sec.
With SSH FS extension I'm getting this error in ~20 sec.
That seems like a long time for a "localhost" VirtualBox. Can you access the ssh logs in QNX6?
After a short but brutal fight with sshd server output there are logs:
That's it.
Looking at the logs, it seems like the private key did get sent, but not accepted. With QNX being proprietary, I can't create a quick test machine to see what's wrong. I'm wondering whether QNX does something special when it comes to SSH, and why OpenSSH works fine while the extension doesn't. I'll take a look at the underlying ssh2 library I use, maybe there's an issue that can give me a good lead.
Note that I used manual password fill from CMD to authorize.
I have Windows 10 as Host and QNX6 OS in VirtualBox with ssh server.
When I try to connect with 'ssh.exe' ("C:\Windows\System32\OpenSSH\ssh.exe") all things work fine. SSH FS extension gives me
error.
My config is:
This also does not work for plain password config, however openssh client works fine.
Full log:
Any help is really appreciated.