https://github.com/aheart/hearth
能不能让这个软件直接读取我 win10 的“C:\Users\kisshere.ssh\config”文件就行了?调试了半天都没反应
1
muskill 2020-12-15 09:31:29 +08:00
如果要监控服务器,可以试试这个--> https://github.com/prometheus/node_exporter/,配合 grafana 可以做到很漂亮的图标展示
|
2
ruidoBlanco 2020-12-15 09:39:02 +08:00
有发帖问的功夫先看 readme 啊
Setup 1. Download and extract Hearth 2. Adjust config.toml to your needs. 3. Run the hearth binary and navigate your browser to the ip/port configured in config.toml. |
3
kisshere OP @ruidoBlanco 按照 readme 设置了 ip port pubkey,还是不行,所以上 V2 请教
|
4
ruidoBlanco 2020-12-15 10:01:48 +08:00 1
可以放弃了。他的 authentication_method 只有一个 ssh_agent,我都不知道 Windows 能不能跑 ssh_agent 。
找个更流行的,文档好点的吧。或者找个手机 app,我记得貌似有这种东西。 |
5
kdwycz 2020-12-15 10:19:37 +08:00
win10 的话,为什么不用 AIDA64 呢
|
6
kdwycz 2020-12-15 10:29:05 +08:00
好像看错了,楼主的意思应该是要在 win10 电脑上监控一堆远程 linux 服务器。hearth 似乎支持 windows
|
7
sujin190 2020-12-15 10:53:00 +08:00
@ruidoBlanco #4 看示例,说错了吧,authentication_method 应该是有两个的,ssh_agent 和 pubkey
|
8
ruidoBlanco 2020-12-15 12:20:24 +08:00
@sujin190 确实是我看错了。pubkey Windows 应该可以用。
|
9
huobazi 2020-12-15 12:21:32 +08:00
prometheus 很香了
|
10
Cu635 2020-12-16 17:42:58 +08:00
@ruidoBlanco
putty 套件里有 pagent ;要是 win10 的话现在也带 openssh 了,可以看一看是不是完整的。 |