Closed polypixeldev closed 2 months ago
Do admins have a way to manage users' ssh keys?
Do admins have a way to manage users' ssh keys?
Since SSH keys will just be in authorized_keys
file, admins can just edit that
will merge after the upgrade is done
See #53 for more info.
Requires actions on Nest VM:
AuthorizedKeysCommand
from/etc/ssh/sshd_config
(and the associated script/etc/ssh/ldap_script.sh
)authorized_keys
file/etc/sudoers
file to allow passwordless execution as root of/home/nest-internal/nest/nest-bot/src/os/scripts/read_keys.sh
and/home/nest-internal/nest/nest-bot/src/os/scripts/set_keys.sh
Note: the migration is just for the sake of proper documentation - it has already been applied in production.
Closes #53