3com S7906E Guide De Référence

Page de 2327
 
1-12 
If you do not specify the filename argument, the command displays the RSA local public key on the 
screen; otherwise, the command exports the RSA local public key to the specified file and saves the file. 
SSH1, SSH2.0 and OpenSSH are three different public key file formats for different requirements.  
Related commands: public-key local createpublic-key local destroy
Examples 
# Export the RSA local public key in OpenSSH format to a file named key.pub
<Sysname> system-view 
[Sysname] public-key local export rsa openssh key.pub 
# Display the RSA local public key in SSH2.0 format. 
<Sysname> system-view 
[Sysname] public-key local export rsa ssh2 
---- BEGIN SSH2 PUBLIC KEY ---- 
Comment: "rsa-key-20061105" 
AAAAB3NzaC1yc2EAAAADAQABAAAAgKRkxFoZ+T72Srs9c60+j2yrkd0AHBsXBh0Uq+iNvE12PaYR1On4 
x+aNlwe9fjW1PYgzH+DRkTpiMrn3j2pIs7gaJXvefTW94rbVWJ94uiSDk1NLX1JcoTtWnQcVhft3mUZ+ 
J0jBEhAcw4bROe7/qr6l7VTCo9FBZ0XgKuHroovX 
---- END SSH2 PUBLIC KEY ---- 
# Display the RSA local public key in OpenSSH format. 
<Sysname> system-view 
[Sysname] public-key local export rsa openssh 
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgLxMOSqXc0pjO6Dx2wH4TrUSKOyGreHbpZfg2QZv3E8Ed2 
zqNhDSV4NB9dBJFDZW8Sh1AsBtOdOfKPD1y6Yw2ozRwW7OinplKC8kB+h1fnk33M2122IM0fRx 
QBtxFxOXAjSERKLYkASXqHuNXxPWHE3vo9FKfcB2JHkfwdIm9i3z rsa-key  
public-key peer 
Syntax 
public-key peer keyname 
undo public-key peer keyname 
View 
System view 
Default Level 
2: System level 
Parameters 
keyname: Public key name, a string of 1 to 64 characters. 
Description 
Use the public-key peer command to enter public key view.  
Use the undo public-key peer command to remove the configured peer public key.