Logging In to Oracle DBSecCentral Appliances Through SSH
When installing or administering Oracle Database Security Central (Oracle DBSecCentral), you sometimes need to log in to the Audit Vault Server or Database Firewall appliance through SSH.
-
Log in to the appliance through SSH as the
supportuser.The
supportuser is set up during the post-installation process. See Post-Install Configuration Tasks.Note: If you’re using the Oracle Cloud Infrastructure (OCI) marketplace image, connect through SSH as the
OPCuser.ssh support@<appliance_ip_address> -
Switch to the
rootuser.su - rootNote: If you’re using the OCI marketplace image, use the
sudo su -command.Caution: Logging in as
rootduring install or upgrade uses tmux, a terminal multiplexer, to display persistent information. A user with access to these screens can create new root shells. If you plan to leave the session unattended, Oracle recommends disconnecting from the blue screen by using theCTRL-b dcommand. To reconnect, log in asrootonce more.
Related Topics