Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usenubis.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
  • 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

  1. Decide who needs shell access.
  2. Attach only the relevant public keys.
  3. Keep emergency access procedures documented.
  4. Pair key review with Roles and permissions.