hackclub / nest

Free, powerful, and versatile compute infrastructure for all high school hackers!
https://hackclub.app
MIT License
55 stars 11 forks source link

Move SSH keys to authorized_keys file editable using Nest Bot #61

Closed polypixeldev closed 2 months ago

polypixeldev commented 2 months ago

See #53 for more info.

Requires actions on Nest VM:

Note: the migration is just for the sake of proper documentation - it has already been applied in production.

Closes #53

cskartikey commented 2 months ago

Do admins have a way to manage users' ssh keys?

polypixeldev commented 2 months ago

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

polypixeldev commented 2 months ago

will merge after the upgrade is done