Open the Credentials widget
To manage credentials, click the hamburger menu in the top left of the tab and select Credentials. The Credentials widget lists every credential you have access to in the current workspace, along with its username, masked password or key, the number of hosts using it, and the last updated date.Personal vs. workspace credentials
Every credential has a scope that determines who can see and use it:- Personal — visible only to you. Use this scope for credentials tied to your individual access, like a personal SSH key.
- Workspace — visible to every member of the workspace. Use this scope for credentials your team needs to share, like a service account or a shared admin user.
Workspace-scoped credentials are available on Team and Enterprise plans. On the Free and Pro plans, all credentials are Personal. See pricing details.
Add a credential
You can add a credential two ways:- From the Credentials widget, by clicking Add credential.
- Inline while adding a host, by selecting Add new credentials in the credentials step.
- Name — a label that identifies this credential, for example
prod-ssh-adminordb-backup-prod. The name is shown when assigning credentials to hosts. - Scope — choose Personal or Workspace.
- Username — the user account on the target host, for example
adminorec2-user. - Authentication — choose Password or Private Key:
- Password — enter the password.
- Private Key — paste the private key, or upload a key file from your computer.
Test a credential
Before assigning a credential to a host, you can verify it works:- In the Credentials widget, click a credential to open its details.
- Click Test.
Edit a credential
- In the Credentials widget, click a credential to open its details.
- Click Edit.
- Update the fields you want to change.
- Click Save.
Delete a credential
- In the Credentials widget, click a credential to open its details.
- Click Delete.
See which hosts use a credential
The credentials list shows a count of hosts using each credential. You can also see assigned hosts in the credential details panel.Next steps
- Set up SSH keys for secure authentication.
- Connect to your first host and assign a credential to it.
- Learn how Luumen keeps your credentials secure.