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

servers:ssh should allow specifying path to SSH key #57

Open
kaelansmith opened this issue Oct 21, 2024 · 0 comments
Open

servers:ssh should allow specifying path to SSH key #57

kaelansmith opened this issue Oct 21, 2024 · 0 comments
Labels
Type: Enhancement Improves existing functionality so that something can be achieved better than before.

Comments

@kaelansmith
Copy link

kaelansmith commented Oct 21, 2024

Current Outcome

Currently the spinupwp servers:ssh command doesn't allow you to specify the path to the SSH private key to use (eg. -i ~/.ssh/spinupwp)

Desired Outcome

Ideally I can run spinupwp servers:ssh <server_id> <user> <private_key_path> (eg. spinupwp servers:ssh 12345 admin ~/.ssh/spinupwp); or perhaps any additional flags get passed through to the underlying ssh command (eg. spinupwp servers:ssh 12345 admin -i ~/.ssh/spinupwp)

If I find time, I can submit a PR; but figured I'd first check to see if this is something you guys are willing to add, or if I'm missing something.

@kaelansmith kaelansmith added the Type: Enhancement Improves existing functionality so that something can be achieved better than before. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves existing functionality so that something can be achieved better than before.
Projects
None yet
Development

No branches or pull requests

1 participant