Prefer managed key-based access over shared passwords
SSH key pairs are the cleanest way to control access to Linux instances on Nubis Compute. They make launches repeatable and reduce the temptation to share broad credentials.Recommended key-pair practice
- Keep separate keys for people and automation
- Rotate keys when ownership changes
- Remove stale keys from instance launch templates
- Avoid reusing one key pair everywhere
Before launch
- Decide who needs shell access.
- Attach only the relevant public keys.
- Keep emergency access procedures documented.
- Pair key review with Roles and permissions.

