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

[Question] Connecting to Redis, MySQL, etc. via SSH as a springboard #2776

Open
sosyz opened this issue Oct 18, 2024 · 4 comments
Open

[Question] Connecting to Redis, MySQL, etc. via SSH as a springboard #2776

sosyz opened this issue Oct 18, 2024 · 4 comments
Labels
question Further information is requested

Comments

@sosyz
Copy link
Member

sosyz commented Oct 18, 2024

Question

请问有这个功能吗?会有支持计划么

@sosyz sosyz added the question Further information is requested label Oct 18, 2024
@zhangshenghang
Copy link
Member

I think this might not be a commonly used feature. Are there any other monitoring services that support this feature?

@camaker
Copy link

camaker commented Oct 19, 2024

这个功能挺常用的,因为有些端口不想暴漏,只在内网访问的时候用SSH连接做跳板

@leim
Copy link

leim commented Oct 23, 2024

ssh -L 0.0.0.0:{local_port}:{remote_ip}:{remote_port} {ssh_ip} -p {ssh_port} -l {ssh_user} -N

@sosyz
Copy link
Member Author

sosyz commented Oct 24, 2024

@leim 我赞同你的方法,但我希望是可以达到类似 dbever 或 navicat 那种的操作方式

@tomsun28 tomsun28 changed the title [Question] 通过SSH作为跳板连接Redis、MySQL等 [Question] Connecting to Redis, MySQL, etc. via SSH as a springboard Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants