Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Add a Comment to a User's Key (Oracle ILOM CLI)

As an option, you can edit the key to add a comment.

  • Embed a comment in a user's key.
    -> set /SP/users/user/ssh/keys/X embedded_comment=comment 
    ->
    

    where:

    • user is the name of the user whose keys will be reset.

    • X is the number, from 1 to 5, of the key that will be reset.

    • comment is an alphanumeric comment string consisting of one word with no special characters, hyphens, or underscores.

    For example, to embed the comment temporarykeyonly into the key for user1, type:

    -> set /SP/users/root/ssh/keys/1 embedded_comment=temporarykeyonly
    Set 'embedded_comment' to 'temporarykeyonly'
    ->
    

Related Information