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

Force sh (aka borne) shell in SSH commands #1965

Open
buhtz opened this issue Dec 9, 2024 · 0 comments
Open

Force sh (aka borne) shell in SSH commands #1965

buhtz opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
Discussion decision or consensus needed External depends on others/upstream

Comments

@buhtz
Copy link
Member

buhtz commented Dec 9, 2024

Blocked by

Approach

  • BIT will force "sh" shell binary on all SSH commands. e.g. ssh user@server bash -c "foobar"
  • It will fail if "sh" is not present on the remote machine and giving a proper human readable error message about it.
  • Depending on feedback of users we might allow "bash" as a second alternative.

Discussion about the topic at the mailing list

Will solve or influence

@buhtz buhtz added Discussion decision or consensus needed External depends on others/upstream labels Dec 9, 2024
@buhtz buhtz self-assigned this Dec 9, 2024
@buhtz buhtz added this to the 3rd release from now milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion decision or consensus needed External depends on others/upstream
Projects
None yet
Development

No branches or pull requests

1 participant