[SOLVED] adding own keys to authorized_keys

Mar 1, 2018
22
1
43
Hi,

recently I started evaluating Proxmox and I am still quite impressed.

Currently I have a question regarding the root user's authorized_keys file: Is it possible to add own keys to it or will this create problems for the cluster configuration which already placed keys there and therefore somehow seems to maintain it?

Thanks,

Markus
 
Yes you can. On cluster creation we put the keys into /etc/pve/priv and set a symlink in /root.
Code:
/root/.ssh/authorized_keys -> /etc/pve/priv/authorized_keys