cmc appliance <applianceID> auth ssh-rsa2 identity <identity> push [[username <username> password [<password>]

Prev Next

Pushes the public key part of the specified identity onto the specified appliance using SSH.

If the user name and password are specified, those are used to log into the appliance for pushing the key.

If the user name and password are omitted, the configured settings for password authentication on this appliance are used, even if password authentication is not the enabled authentication type.

The user name is not verified, other than explicitly forbidding user names that contain the '@' character.

Note

The Central Management Console (CMC) is the Central Management System appliance component that provides basic management and control capabilities for both the server (Central Management System appliance) and its clients (managed appliances).

Syntax

cmc appliance <applianceID> auth ssh-rsa2 identity <identity> [push [username <username> password [<password>]]

Parameters

<applianceID>

Name of the appliance on which to configure the ssh-rsa2 identity.

<identity>

Specifies the named identity to log in to the appliance using ssh-rsa2 authentication.

<username>

User name used to log into the appliance for pushing the key.

<password>

Password for the specified user name. If the password is specified as "", the user will be prompted.

Examples

The following example pushes the public key string to the EX Series appliance:

CM-08 (config) # cmc appliance EX-03 auth ssh-rsa2 identity admin4 push
Push of identity for user admin onto EX-03 succeeded.
EX-03 # show ssh client
.
.
SSH authorized keys:
  User admin:
    Key 1: 
ssh-dss AAA3NzaC1kc3MAAACBAJl3PisWNnz/gYLvL4JC7xFMoq3HE89rai7trnJmpxjylArYhf
MzaGndFA4qGRZMFzhiz9Jhi/+W1ufIrXLGzakC0lAAAAFQCuMCsMwMGN9zT5w2JCiDt7D6orNwAA 
.
.
.

The following example logs the remote user into the EX Series appliance to push the Central Management System SSH-RSA2 identity named admin6 to the EX Series appliance:

CM-02 (config) # cmc appliance EX-05 auth rsh-dsa2 identity admin6 push username admin password admin

User role

Operator or admin

Command mode

Config

Supported appliances

  • Central Management System: Release 7.5.0