Skip to content

system-sshkey

The following operations can be performed on "system-sshkey":

rm| import| show|

rm system sshkey

Remove the public or private key

Synopsis

rm system sshkey <name> -sshkeytype ( PRIVATE | PUBLIC )

Arguments

name

URL (protocol, host, path, and file name) from where the location file will be imported. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

sshkeytype

The type of the ssh key whether public or private key

Possible values: PRIVATE, PUBLIC

import system sshkey

Import the ssh key.

Synopsis

import system sshkey <name> -src <URL> -sshkeytype ( PRIVATE | PUBLIC )

Arguments

name

URL (protocol, host, path, and file name) from where the location file will be imported. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

src

URL (protocol, host, path, and file name) from where the location file will be imported. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

sshkeytype

The type of the ssh key whether public or private key

Possible values: PRIVATE, PUBLIC

show system sshkey

Show the private key

Synopsis

show system sshkey [-sshkeytype ( PRIVATE | PUBLIC )]

Arguments

sshkeytype

The type of the ssh key whether public or private key

Possible values: PRIVATE, PUBLIC

Output

name

URL (protocol, host, path, and file name) from where the location file will be imported. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

Was this article helpful?