hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

[Question] 通过SSH作为跳板连接Redis、MySQL等

Open sosyz opened this issue 1 year ago • 2 comments

Question

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

sosyz avatar Oct 18 '24 09:10 sosyz

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

zhangshenghang avatar Oct 18 '24 12:10 zhangshenghang

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

camaker avatar Oct 19 '24 14:10 camaker

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

leim avatar Oct 23 '24 09:10 leim

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

sosyz avatar Oct 24 '24 15:10 sosyz