Add SSH Keys to a DB System
This article provides the procedure to add SSH keys to a DB system.
Procedure
Perform the following steps to add SSH keys to a DB system using the OCI Console:
- From the navigation menu, select Oracle Database, and then select Oracle Base Database Service.
- Select your Compartment. A list of DB systems is displayed.
- On the DB systems list page, select the DB system that you want to manage. The DB system details page is displayed.
- Select Add SSH keys.
- SSH keys: Add the public key portion of
each key pair you want to use for SSH access. Select one of the following
options:
- Generate SSH key pair: Use this option to create a new SSH key pair. Select both Save private key and Save public key when using this option. The private key is downloaded to your local system and must be stored in a safe location. You cannot download another copy of the private key generated during this operation after completing the operation.
- Upload SSH key files: Select this option to browse or drag and drop your existing public key (.pub) files.
- Paste SSH keys: Select this option to paste in individual public keys. To paste multiple keys, select + Another SSH key and supply a single key for each entry.
- Select Save.
Related Topics