You are here: Reference Manual > lunash Appliance Commands > sysconf Commands > sysconf ssh Commands > sysconf ssh publicKey commands > sysconf ssh publicKey add

lunash sysconf ssh publickey Commands

sysconf ssh publicKey add

NAME

 sysconf ssh publicKey add  -- Import Authentication Key

SYNOPSIS

lunash:> sysconf ssh publicKey add <publickeyname> [-filename <filename>]

DESCRIPTION

Imports a Public Key into the Luna appliance for Authentication purposes. Keysize must be 1024 bits or greater.

Once you enable public key authentication for an administration computer, the private SSH key (/root/.ssh/id_rsa) must be protected, and access to that computer must be restricted and password-protected. Anyone who can log into that computer can log into the Luna SA appliance without knowing the Luna shell (lunash:> admin password!

 

OPTIONS

The following options are available:

(Option)     Parameter Description
. . <publickeyname> Add Public Key
-filename .-f <filename> Public Key filename (optional)

 

 Name                       (short)                    Description
---------------------------------------------------------
.             .  <publickeyname>    Add Public Key
-filename    -f              <filename>         Public Key filename (optional)

SAMPLE OUTPUT

[myluna] lunash:>sysconf ssh publickey add mypubkey pub1

Public key added

Command Result : (Success)

[myluna] lunash:>  

 

See Also