hertzbeat
hertzbeat copied to clipboard
[Question] 通过SSH作为跳板连接Redis、MySQL等
Question
请问有这个功能吗?会有支持计划么
I think this might not be a commonly used feature. Are there any other monitoring services that support this feature?
这个功能挺常用的,因为有些端口不想暴漏,只在内网访问的时候用SSH连接做跳板
ssh -L 0.0.0.0:{local_port}:{remote_ip}:{remote_port} {ssh_ip} -p {ssh_port} -l {ssh_user} -N
@leim 我赞同你的方法,但我希望是可以达到类似 dbever 或 navicat 那种的操作方式