-
Notifications
You must be signed in to change notification settings - Fork 43
Add support for jumphosts via ProxyCommand #11
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
base: master
Are you sure you want to change the base?
Conversation
|
Any idea when this will be merged? |
|
@stanislr I wouldn't hold your breath. Given the lack of communication from AWS and the code quality of this tool, I think that it's unlikely this will ever get merged. On the subject of code quality, instead of using this tool I would advise using a script like this: This will get you far greater control over the parameters when it comes to the subsequent SSH command. You can of course abstract away the duplicate Also, be aware that you can obviate the need for Bastion hosts by using Session Manager instead. |
|
@Hallian tnx, |
|
Would be nice to see this implemented. Is this project abandoned by Amazon? The last commit to main was over a year ago. |
Issue #2
Description of changes:
Add
-Jflag to mssh to support bastion/jumphosts via ProxyCommand.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.