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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add provider arguments for the SSH Connection #368

Open
CmdrSharp opened this issue Mar 20, 2024 · 1 comment
Open

Add provider arguments for the SSH Connection #368

CmdrSharp opened this issue Mar 20, 2024 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@CmdrSharp
Copy link

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

The Command package currently has no way of adding arguments to the underlying SSH command. In my case, I need a pseudo-TTY for a command to work with sudo. I'd like to add a -t to the SSH command, but am unable to do so as there's nowhere to configure that.

The provider could contain such configuration that might be globally applicable for many Commands.

Affected area/feature

Unknown

@CmdrSharp CmdrSharp added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Mar 20, 2024
@mjeffryes mjeffryes removed the needs-triage Needs attention from the triage team label Mar 20, 2024
@mjeffryes
Copy link
Contributor

Thanks for the suggestions @CmdrSharp; as a workaround, you could maybe construct the full ssh command yourself directly using the Local command resource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants