Справочное Руководство для 3com S7906E

Скачать
Страница из 2327
 
1-18 
Related commands: display ssh server
Examples 
# Set the idle timeout period for SFTP user connections to 500 minutes. 
<Sysname> system-view 
[Sysname] sftp server idle-timeout 500 
ssh client authentication server 
Syntax 
ssh client authentication server server assign publickey keyname 
undo ssh client authentication server server assign publickey 
View 
System view 
Default Level 
2: System level 
Parameters 
server: IP address or name of the server, a string of 1 to 80 characters. 
keyname: Name of the host public key of the server, a string of 1 to 64 characters. 
Description 
Use the ssh client authentication server command on a client to configure the host public key of the 
server so that the client can determine whether the server is trustworthy. 
Use the undo ssh authentication server command to remove the configuration. 
By default, the host public key of the server is not configured, and when logging into the server, the 
client uses the IP address or host name used for login as the public key name. 
If the client does not support first authentication, it will reject unauthenticated servers. In this case, you 
need to configure the public keys of the servers and specify the mappings between public keys and 
servers on the client, so that the client uses the correct public key of a server to authenticate the server. 
Note that the specified host public key of the server must already exist. 
Related commands: ssh client first-time enable
Examples 
# Configure the public key of the server with the IP address of 192.168.0.1 to be key1. 
<Sysname> system-view 
[Sysname] ssh client authentication server 192.168.0.1 assign publickey key1 
ssh client first-time enable 
Syntax 
ssh client first-time enable 
undo ssh client first-time