We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On one of the machines at work, I'm experiencing a very strange ssh access problem.
I'm trying to connect to a server named rebaser using ssh. Using putty/plink it connects fine, but with MSYS2 I get "connection refused".
I compared the strace log of this machine against my machine which works, and found 2 suspicious error lines:
40 139597 [main] ssh 5900 fdsock: LSP handle: 0x2C4 36 139633 [main] ssh 5900 fdsock: WSAIoctl: 10014
Full strace log is here
Any idea what can cause this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On one of the machines at work, I'm experiencing a very strange ssh access problem.
I'm trying to connect to a server named rebaser using ssh. Using putty/plink it connects fine, but with MSYS2 I get "connection refused".
I compared the strace log of this machine against my machine which works, and found 2 suspicious error lines:
Full strace log is here
Any idea what can cause this?
The text was updated successfully, but these errors were encountered: