-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
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
Force use of native SSH implementation #598
Comments
gbraad
added a commit
to gbraad-redhat/crc
that referenced
this issue
Sep 17, 2019
gbraad
added a commit
to gbraad-redhat/crc
that referenced
this issue
Sep 17, 2019
This solves issues when using non-standard SSH clients, like wrappers or incomplete implementation, as mostly found on Windows. Even though Windows provides a usable client, often we find wrappers around plink or Git for Windows (mintty; incomplete), etc. For consistency and preventing issues with SSH configurations we will use this on all platforms.
praveenkumar
pushed a commit
that referenced
this issue
Sep 17, 2019
This solves issues when using non-standard SSH clients, like wrappers or incomplete implementation, as mostly found on Windows. Even though Windows provides a usable client, often we find wrappers around plink or Git for Windows (mintty; incomplete), etc. For consistency and preventing issues with SSH configurations we will use this on all platforms.
praveenkumar
pushed a commit
that referenced
this issue
Sep 17, 2019
This solves issues when using non-standard SSH clients, like wrappers or incomplete implementation, as mostly found on Windows. Even though Windows provides a usable client, often we find wrappers around plink or Git for Windows (mintty; incomplete), etc. For consistency and preventing issues with SSH configurations we will use this on all platforms.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should force to use the golang native ssh implementation based on the platform.
The text was updated successfully, but these errors were encountered: