Use the commands in this section to create a new public key for SSH user authentication. You can use this key instead of the password to authenticate the remote user.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Create the public key:
hostname (config) # cmc auth <keyType> identity <identityName> generatewhere
<keyType>can bessh-dsa2orssh-rsa2and<identityName>is a user-friendly name.Verify your changes:
hostname (config) # show cmc auth identitiesSave your changes:
hostname (config) # write memory
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Remove the public key:
hostname (config) # no cmc auth <keyType> identity <identityName>Verify your change:
hostname (config) # show cmc auth identitiesSave your changes:
hostname (config) # write memory
Example
The following example creates an SSH-DSA2 identity named "admin4" on the NX-04 appliance.
NX-04 (config) # cmc auth ssh-dsa2 identity admin4 NX-04 (config) # show cmc auth identities DSA2 identity admin4: Public Key: ssh-dss AAA3NzaC1kc3MAAACBAJl3PisWNnz/gYLvL4JC7xFMoq3HE89rai7trnJmpxjylArYhf MzaGndFA4qGRZMFzhiz9Jhi/+W1ufIrXLGzakC0lAAAAFQCuMCsMwMGN9zT5w2JCiDt7D6orNwAA ...
Note
This example is from a Network Security appliance, but it is representative of other Trellix appliances as well.