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

[zosuss] Investigate better way to run SSH commands #1390

Open
t1m0thyj opened this issue Apr 28, 2022 · 1 comment
Open

[zosuss] Investigate better way to run SSH commands #1390

t1m0thyj opened this issue Apr 28, 2022 · 1 comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have

Comments

@t1m0thyj
Copy link
Member

The current method may have some unwanted limitations:

// exit multiple times in case of nested shells
stream.write(`export PS1='$ '\necho ${startCmdFlag}\n${command}\n`
`exit $?\nexit $?\nexit $?\nexit $?\nexit $?\nexit $?\nexit $?\nexit $?\n`);

  • What happens if a script is executed that includes the value of startCmdFlag in its output?
  • Can shells be nested more than 8 deep, and if so is there a single command to exit them all?
@ATorrise ATorrise added the enhancement New feature or request label Sep 1, 2022
@t1m0thyj t1m0thyj added the priority-low Legit issue but cosmetic or nice-to-have label Nov 3, 2022
@zFernand0 zFernand0 added enhancement New feature or request and removed enhancement New feature or request labels Mar 8, 2023
@github-actions
Copy link

github-actions bot commented Mar 8, 2023

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have
Projects
Status: Low Priority
Development

No branches or pull requests

3 participants