-
Notifications
You must be signed in to change notification settings - Fork 143
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
Added ability to SSH over tunnel. #2820
base: master
Are you sure you want to change the base?
Added ability to SSH over tunnel. #2820
Conversation
To allow for a more easy device management experience for the openbalena users, I "added" the ability to use the tunnel for getting SSH acces. This can be enabled by simply adding the `--usetunnel` flag, which will tunnel to the device and then open an ssh session over it. Change-type: minor
Hello balena team! I was wondering if this is something you'd be willing to pull/merge upstream? If not I'll close this PR to reduce noise |
Hi, apologies for not responding to you sooner, somehow this PR missed our radar. We'll review and discuss it and get back to you as soon as possible |
No problem! |
Hi, apologies for the delay. We have discussed your PR and we have concluded that the ideal solution would actually be to use a tunnel by default for the If you update your PR with this solution, we would happily review and test it when we have a chance. If you do not, we will look into it at a later date, but we do not have an ETA on when that would be. |
Thanks for the reply! I'll pick it up asap and make tunneling the default behaviour and fallback on the current behaviour when tunneling fails. |
To allow for a more easy device management experience for the openbalena users, I "added" the ability to use the tunnel for getting SSH access.
This can be enabled by simply adding the
--usetunnel
flag, which will tunnel to the device and then open an ssh session over it.Change-type: minor