np ssh commands to register public SSH keys with your organization. Registered public keys are automatically injected into newly provisioned compute nodes, allowing seamless terminal access.
List SSH Keys (np ssh list)
List all SSH public keys registered in your organization.
Options
Output Fields
- ID: Unique SSH key identifier.
- Name: Friendly label assigned to the key.
- Type: Key algorithm type (e.g.
ssh-ed25519,ssh-rsa). - Created At: Timestamp when the key was registered.
Examples
Add SSH Key (np ssh add)
Register an SSH public key for automatic injection into new compute nodes.
Options
Examples
Delete SSH Key (np ssh delete)
Remove a registered SSH public key from your organization by key ID.
Arguments
Example
Deleting an SSH key prevents it from being injected into future compute nodes. Existing running nodes will retain keys injected at provision time.
Next Steps
Manage Nodes
Learn how to list, create, boot, shutdown, reboot, inspect, and delete compute nodes.
CLI Overview
Review CLI installation, global flags, and authentication configuration.