Product specifications
Chapter 19: SSH Commands Efficient Networks
®
Router family
Command Line Interface Guide
Page 19-4 Efficient Networks
®
Parameters
Response
A typical response is shown below.
ssh load publickey
Loads a precomputed public-key, from the given TFTP server.
NOTE:
This command should be use in conjunction with the ssh load privatekey command.
Mgmt Class
Security (R/W)
Input Format
ssh load publickey TFTP@<server-addr>:<pub-key-file>
Parameters
Response
A typical response is shown below.
<server-addr>
a
a
Dotted-decimal notation.
IP address of the TFTP server.
<priv-key-file>
b
b
ASCII string
Key file to load.
-> ssh load privatekey tftp@192.168.13.174:mykey
copying...
copied 882 bytes
<server-addr>
a
a
Dotted-decimal notation.
IP address of the TFTP server.
<pub-key-file>
b
b
ASCII string
Key file to load.
-> ssh load publickey tftp@192.168.13.174:mykey
copying...
copied 751 bytes