ZyXEL Communications 3.1 ユーザーズマニュアル

ページ / 386
Chapter 38 System Remote Management
ZyWALL (ZLD) CLI Reference Guide
288
38.3.1  HTTP/HTTPS Command Examples
This following example adds a service control rule that allowed an administrator from the 
computers with the IP addresses matching the Marketing address object to access the WAN zone 
using HTTP service.
This command sets an authentication method used by the HTTP/HTTPS server to authenticate the 
client(s).
This following example sets a certificate named MyCert used by the HTTPS server to authenticate 
itself to the SSL client.
38.4  SSH
Unlike Telnet or FTP, which transmit data in clear text, SSH (Secure Shell) is a secure 
communication protocol that combines authentication and data encryption to provide secure 
encrypted communication between two hosts over an unsecured network.
38.4.1  SSH Implementation on the ZyWALL
Your ZyWALL supports SSH versions 1 and 2 using RSA authentication and four encryption methods 
(AES, 3DES, Archfour, and Blowfish). The SSH server is implemented on the ZyWALL for remote 
management on port 22 (by default). 
38.4.2  Requirements for Using SSH
You must install an SSH client program on a client computer (Windows or Linux operating system) 
that is used to connect to the ZyWALL over SSH.
Router# configure terminal
Router(config)# ip http server table admin rule append access-group Marketing zone WAN 
action accept
Router# configure terminal
Router(config)# ip http authentication Example
Router# configure terminal
Router(config)# ip http secure-server cert MyCert