Connecting to Oracle DBSecCentral Instance
Learn how to access Audit Vault Server and Database Firewall instances on Oracle Cloud Infrastructure (OCI).
Connecting through SSH
Prerequisite: OCI virtual firewall for your VCN must be configured to allow ingress traffic on SSH port 22. See OCI Access and Security for complete information.
The public key specified during instance creation is installed on Oracle DBSecCentral instance for SSH authentication. After the instance creation is completed, connect to the instance as opc user using the matching private key.
Using the ssh utility, run the following command:
ssh -i <path to private key file> opc@<IP address of Oracle DBSecCentral instance>
See Also:
Note:
Oracle DBSecCentral instances accept the following public key types:
-
ssh-ed25519 -
ssh-ed25519-cert-v01@openssh.com -
ecdsa-sha2-nistp384 -
ecdsa-sha2-nistp384-cert-v01@openssh.com -
rsa-sha2-512
Connecting throughOracle Database Security Central console
Prerequisite: OCI virtual firewall for your VCN must be configured to allow ingress traffic on port 443. See OCI Access and Security for complete information.
Access the Oracle Database Security Central console by entering https://<IP address of the Audit Vault Server instance> as the URL in your browser.