检测 `authorized_keys` 的时候发现了不明公钥,吓我一跳。`ls -l` 发现链接指向 PVE 的目录,怀疑是 PVE 的某个功能生成的,于是拿了一台全新的机器安装 PVE ,安装后也出现了不明公钥,因此可以确认确实是 PVE 生成的。Google 了很久也没找到 PVE 为了实现什么功能添加了这个公钥,有 V 友知道吗?
1
dayeye2006199 Jun 21, 2022 via Android
Webshell?
|
2
263 Jun 21, 2022
集群用的,/etc/pve/priv/authorized_keys
|
3
zx900930 Jun 21, 2022
https://pve.proxmox.com/wiki/Cluster_Manager
The node’s SSH keys will remain in the authorized_key file. This means that the nodes can still connect to each other with public key authentication. You should fix this by removing the respective keys from the /etc/pve/priv/authorized_keys file. |