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

connect to devices behind an SSH Bastion Host by using ssh ProxyCommand or ProxyJump #136

Closed
saveriogzz opened this issue Feb 9, 2022 · 3 comments

Comments

@saveriogzz
Copy link

Hi Balena peeps!

I am trying to see my devices on my balenaCloud dashboard but I'm struggling because the network that the devices are connect to is pretty closed and hosts can be reached just by first passing through a Bastion Host. Which I normally do by having either a ProxyJump or a ProxyCommand set in my .ssh/config file, for example:

Host mybastion
    HostName linux-bastion-ex.domain.somewehere
    User saymynamesaymyname

Host somehostonthenetwork
  HostName some-host.department.domain.somewehere
  User saymynamesaymyname
  # either
  ProxyCommand ssh mybastion -W %h:%p
  # or
  ProxyJump mybastion

Is there any chance to set this option on balenaCloud/openBalena? I see that there is support for proxies, however I'm not sure it is technically the same thing!

Thanks in advance for your help, I really appreciate it! openBalena is a fantastic project 🐳

@dfunckt
Copy link
Member

dfunckt commented Feb 9, 2022

Hey @saveriogzz, thanks for your kind words. I'll have to ask you to direct your inquiries to our forums,both the balena team and many openBalena users hang out there and is the best place to get help. We ask that Github issues are reserved for actionable items only. Thanks!

@saveriogzz
Copy link
Author

hey @dfunckt, thanks! I posted it there already but I was not sure it was the best way to approach it. Please go ahead and close or remove this issue :) Cheers

@ab77
Copy link
Contributor

ab77 commented Jun 14, 2024

Resolved.

@ab77 ab77 closed this as completed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants