ssh-key
The ssh-key command allows you to import, generate, display and delete public keys on the Oracle Communications Session Border Controller.
Syntax
ssh-key <key type> <action> <other parameters>
Arguments
Supported key types:
- authorized-key
- Manage the keys of SSH clients who connect using public key
authentication.
Supported actions:
- known-host
- Manage the known hosts for when the SBC acts as an SSH client.
Supported actions:
- private-key
- Manage the private key of the SBC
Supported actions:
- ca-key
- Manage the certificate authority keys.
Supported actions:
- ca-user-revoke
- Manage certificate authority user revocation. Users are added
to the revocation list by importing their public key.
Supported actions:
- x509
- Manage certificates for OCSP-based authentication of SSH
clients.
Note:
Requires Admin Security entitlement and FIPS entitlement.Supported actions:
- import <login-name> <ocsp-server> <class>
- Import the end-entity certificate and certificate
chain for an SSH client. The login-name should match the
username that the SSH client uses to authenticate; the
ocsp-server should be the FQDN of the OCSP server; and the class
parameter may be either
user
oradmin
. - delete <login-name>
- Remove the end-entity certificate and certificate chain for an SSH client.
Mode
Superuser
Example
ORACLE# ssh-key authorized-key import jdoe