Manage your authentication keys
You can also disable or delete authentication keys. For example, you can disable or delete keys for security reasons after someone leaves your organization.
- To disable keys: Click Disable. You can do this if you want to suspend use of your keys.
- To enable a previously disabled key: Click Enable.
- To delete keys: Click Delete.
Manage SSH access token
To download Adobe Commerce releases using SSH, you must generate a Downloads Access Token. To generate a token:
-
Log in to your magento.com account.
-
Click My Account at the top of the page.
-
Click Account Settings > Downloads Access Token.
-
Click Generate new token to replace and disable an existing token.
You must use your MAGEID plus your token to download a release. Your MAGEID is displayed at the top left of your account page.
For example:
curl -k https://MAGEID:TOKEN@www.magentocommerce.com/products/downloads/info/help
Use your authentication keys to:
- Get the metapackage (integrators, packagers)
- Clone the GitHub repository (contributing developers only)
- Upgrade and manage modules