Importing a digital certificate using scp, Importing an rsa private key, Importing a dsa or rsa public key – Brocade Communications Systems Brocade ICX 6650 6650 User Manual

Page 97

Advertising
background image

Brocade ICX 6650 Security Configuration Guide

77

53-1002601-01

Secure copy with SSH2

NOTE

The Brocade device supports only one SCP copy session at a time.

Importing a digital certificate using SCP

To import a digital certificate using SCP, enter a command such as the following one:

C:\> scp certfile [email protected]:sslCert

Syntax: scp certificate-filename user@ip-address:sslCert.

The ip-address variable is the IP address of the server from which the digital certificate file is
downloaded.

The certificate-filename variable is the file name of the digital certificate that you are importing to
the device.

The scp command can be used when TFTP access is unavailable or not permitted and the
command has an equivalent functionality to the ip ssl certificate-data-file tftp. For more
information on the ip ssl certificate-data-file tftp command, refer to

“Importing digital certificates

and RSA private key files”

on page 27.

Importing an RSA private key

To import an RSA private key from a client using SCP, enter a command such as the following one:

C:\> scp keyfile [email protected]:sslPrivKey

Syntax: scp key-filename user@ip-address: sslPrivKey

The ip-address variable is the IP address of the server that contains the private key file.

The key-filename variable is the file name of the private key that you want to import into the device.

The scp command can be used when TFTP access is unavailable or not permitted and the
command has an equivalent functionality to the ip ssl private-key-file tftp command. For more
information on the ip ssl private-key-file tftp command, refer to

“Importing digital certificates and

RSA private key files”

on page 27.

Importing a DSA or RSA public key

To import a DSA or RSA public key from a client using SCP, enter a command such as the following
one:

C:\> scp pkeys.txt [email protected]:sshPubKey

Syntax: scp key-filename user@ip-address:sshPubKey

The ip-address variable is the IP address of the server that contains the public key file.

The key-filename variable is the name of the DSA or RSA public key file that you want to import into
the device.

Advertising