7.7.6.12 DROP SSHEQUIVALENCE
Purpose
The DROP SSHEQUIVALENCE command removes SSH equivalence for the celladmin or cellmonitor operating system (OS) users, disabling passwordless remote access to the Exadata storage server.
Syntax
DROP SSHEQUIVALENCE [ ALL |
WHERE LOGINUSERNAME={celladmin|cellmonitor} [ AND PUBLICKEY=public_key ]]Examples
Example 7-141 Remove All SSH Equivalence Entries on the Storage Server
This example shows how to remove all the SSH equivalence entries configured on the storage server.
CellCLI> DROP SSHEQUIVALENCE ALLExample 7-142 Disable Passwordless Remote SSH Access for a Specific User
This example shows how to disable passwordless remote SSH access for the cellmonitor user.
CellCLI> DROP SSHEQUIVALENCE LOGINUSERNAME=cellmonitorParent topic: DROP