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

Cluster SSH Features #4653

Closed
ryanmerolle opened this issue Feb 20, 2020 · 2 comments
Closed

Cluster SSH Features #4653

ryanmerolle opened this issue Feb 20, 2020 · 2 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Resolution-Won't-Fix We're just really obstinate about this. There's probably a good reason.

Comments

@ryanmerolle
Copy link

Description of the new feature/enhancement

  • Cluster SSH support to open and control multiple terminal windows to ssh to devices auto-scaling and arranging windows on the screen with one command window allow you to input to all windows
  • ping_test argument to ping devices to check if live instead of auto opening a window
  • sorthosts argument to sort windows by hostname
  • host range support using square brackets examples: hostname[0-10], 192.168.0.[5-20], host-[prod,dev][a-f], 192.168.[0,2-3].[1-2,3-5]
@ryanmerolle ryanmerolle added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Feb 20, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Feb 20, 2020
@vbyrd
Copy link

vbyrd commented Feb 21, 2020

Related to Windows Terminal and SSH. I was playing around with the recently added wt command-line arguments and I put together a URL Protocol handler helper script that will launch ssh://someuser@someserver:port URLs in Windows Terminal using OpenSSH or Plink. https://github.com/vbyrd/windows-terminal-ssh-protocol-handler

Cluster SSH type functionality would be quite nice to have. It's saved the day for me many times.

@DHowett-MSFT
Copy link
Contributor

Hey @ryanmerolle; thanks for the feature request!

This would be a great opportunity for a plugin author once we get plugin support (#4000.)

I'm not sure that this sort of feature belongs in the terminal core -- we're focusing on making a great local terminal experience first and foremost -- and I think that anything we do internally would naturally play second fiddle to that. In light of that, I'm going to close this one out after linking it up to #4000 as an interesting thing that plugins could enable.

Thank you!

@DHowett-MSFT DHowett-MSFT added the Resolution-Won't-Fix We're just really obstinate about this. There's probably a good reason. label Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Resolution-Won't-Fix We're just really obstinate about this. There's probably a good reason.
Projects
None yet
Development

No branches or pull requests

3 participants