system sshkey¶
The following operations can be performed on "system sshkey":
rm system sshkey¶
Remove the public or private key
Synopsys¶
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.
Synopsys¶
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
Synopsys¶
show system sshkey [-sshkeytype ( PRIVATE | PUBLIC )]
Arguments¶
sshkeytype
The type of the ssh key whether public or private key
Possible values: PRIVATE, PUBLIC
Outputs¶
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.