Setting up the Configuration
Environment
UM Basic Configuration L3P
Release
7.1
12/2011
A.4
Preparing access via SSH
289
A.4.2 Uploading the key
You can upload the SSH key to the device using the Command Line
Interface.
Place the key file on your FTP server.
enable Switch to the privileged EXEC mode.
no ip ssh Deactivate the SSH function on the device before
you transfer the key to the device.
copy tftp://10.0.10.1/
device/rsa1.key
nvram:sshkey-rsa1
The device loads the key file to its non-volatile
memory.
10.0.10.1 represents the IP address of the tftp
server.
device represents the directory on the tftp
server.
rsa1.key represents the file name of the key.
ip ssh Activate the SSH function after transferring the
key to the device.