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

Exit Print View

Updated: November 2016
 
 

Load a User's SSH Key (Oracle ILOM CLI)

The switch supports SSH key-based authentication for Oracle ILOM user accounts. With SSH keys, password authentication is automatic for Oracle ILOM users. The switch supports custom-generated DSA or RSA key pairs for individual Oracle ILOM user accounts, with the public key being uploaded to Oracle ILOM. If you are configuring an SSH key for your own account, you need only the operator role (o) in Oracle's roles model, but to configure SSH keys for other users, you need the admin role (a).

  • Install a key for a user.
    -> load /SP/users/users/ssh/keys/X load_uri=URI
    ->
    

    where:

    • user is the name of the user whose key will be loaded.

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

    • URI is the uniform resource indicator for the key that will be loaded.

    For example, to load 112115.rsa for the user user1, type:

    -> set /SP/users/root/ssh/keys/1/ load_uri=ftp://root:changeme@123.45.67.89/privkeystore/112115.rsa
    Load successful.
    ->
    

Related Information