Skip to content
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

Provide Windows Linux Subsystem Bash Support #10065

Closed
cyberduck opened this issue Aug 30, 2017 · 1 comment
Closed

Provide Windows Linux Subsystem Bash Support #10065

cyberduck opened this issue Aug 30, 2017 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

BASH can be found in {{%SystemDrive%\Windows\System32\bash.exe}}
Invoking commands in bash is done via command line parameter -c.
This could be useful for any replacement of PuTTy.
Things to check before falling back to PuTTy if BASH not found or SSH not installed on WSL:

  • check bash.exe existence.
  • try invoking ssh on bash.exe (monitoring Error Output)
  • if failed: Invoke PuTTy fallback.

Would be a nice nice-to-have.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 83e6fd7.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant