7.7.4.12 CREATE SSHEQUIVALENCE
Purpose
The CREATE SSHEQUIVALENCE command configures SSH equivalence for the celladmin or cellmonitor operating system (OS) users, enabling secure passwordless remote access to the Exadata storage server.
Syntax
CREATE SSHEQUIVALENCE LOGINUSERNAME={celladmin|cellmonitor}, PUBLICKEY=public_keyUsage Notes
-
The
PUBLICKEYmust specify a valid SSH public key string.
Examples
Example 7-96 Configure SSH Equivalence for the cellmonitor Storage Server OS User
The following command configures the cell with SSH equivalence for the cellmonitor user using the specified public key. For brevity, the example contains a truncated public key value.
CellCLI> CREATE SSHEQUIVALENCE loginusername=cellmonitor, publickey="ssh-rsa
AAAAB3NzaC1yc2EAAA...ADAQABAAACAQDgFUOhS"Parent topic: CREATE