Personal Account
This guide explains how to use the Personal Account feature in Desktop Portal, including changing your password, logging out, updating your email and display name, and generating SSH keys/certificates.
Prerequisites
- You have a Desktop Portal account and are logged in.
Open Personal Account
- Log in to Desktop Portal.
- Click the user avatar in the bottom-left corner.
- In the dropdown menu, select Personal Account.
Features
Change Password
- On the Personal Account page, open the Change Password tab.
- Enter your current password, new password, and confirm the new password.
- Click Save.
Log Out
- On the Personal Account page, click Log Out.
- Confirm the logout prompt.
- Click OK to sign out.
Set Email
- Open the Profile tab.
- In the Email field, enter your email address.
- Click Save.
Set Display Name
- Open the Profile tab.
- In the Name field, enter your name.
- Click Save.
Generate SSH Keys / Certificates
-
Open the SSH Keys tab.
-
You can add keys in two ways: generate a new key pair or import an existing public key.
-
Generate a new key pair
After you confirm, three files will be generated automatically:
- Private key:
id_rsa_[user]_[date] - Public key:
id_rsa_[user]_[date].pub - Certificate:
id_rsa_[user]_[date]-cert.pub
- Private key:
-
Import a public key
You can paste the public key text directly, or choose a public key file. If the format is valid, after you confirm the system will generate a certificate file named
id_rsa_[user]_[date]-cert.pub.
-
-
Use the certificate to log in to clusters/desktops
Put the certificate and private key in the same directory. If your security group/network rules allow it, you can log in to any node in clusters and desktops that belong to your account.
The platform uses certificate-based SSH authentication. Make sure to save the private key and certificate immediately after creation as you only have one chance to download them. Certificates are valid for 3 months. Regenerate a new key/certificate after expiration.
FAQs
- Can't change password:
- Check whether the current password is correct.
- Check whether the new password meets complexity requirements.
- Can't set email:
- Check whether the email format is valid.
- Contact your administrator to verify email configuration.
- Can't generate SSH certificate:
- Contact your administrator to check the SSH service configuration.