Importing an rsa private key, Importing a dsa or rsa public key, Copying license files – Brocade FastIron Ethernet Switch Security Configuration Guide User Manual
Page 96: Ssh2 client
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-filenameuser@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.
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-filenameuser@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.
The scp command can be used when TFTP access is unavailable or not
permitted and the command has an equivalent function to the ip ssh pub-key-
file tftp command. For more information on the ip ssh pub-key-file tftp
command, refer to
Importing authorized public keys into the Brocade device
on
page 86.
Copying license files
To copy the license files from a client using SCP, enter commands such as the following:
For FSX:
C:\> scp license.xml [email protected]:license
For stacking products:
C:\> scp license.xml [email protected]:license:3 (unit3)
Syntax: scp license-filenameuser@ip-address :license
SSH2 client
SSH2 client allows you to connect from a Brocade device to an SSH2 server, including another
Brocade device that is configured as an SSH2 server. You can start an outbound SSH2 client session
Importing an RSA private key
96
FastIron Ethernet Switch Security Configuration Guide
53-1003088-03