beautypg.com

2 example 2: linux, Figure 251 ssh example 1: store host key, Figure 252 ssh example 2: test – ZyXEL Communications 5 Series User Manual

Page 463

background image

ZyWALL 5/35/70 Series User’s Guide

Chapter 26 Remote Management

463

2 Configure the SSH client to accept connection using SSH version 1.

3 A window displays prompting you to store the host key in you computer. Click Yes to

continue.

Figure 251 SSH Example 1: Store Host Key

Enter the password to log in to the ZyWALL. The SMT main menu displays next.

26.9.2 Example 2: Linux

This section describes how to access the ZyWALL using the OpenSSH client program that
comes with most Linux distributions.

1 Test whether the SSH service is available on the ZyWALL.

Enter “telnet 192.168.1.1 22” at a terminal prompt and press [ENTER]. The
computer attempts to connect to port 22 on the ZyWALL (using the default IP address of
192.168.1.1).

A message displays indicating the SSH protocol version supported by the ZyWALL.

Figure 252 SSH Example 2: Test

2 Enter “ssh –1 192.168.1.1”. This command forces your computer to connect to

the ZyWALL using SSH version 1. If this is the first time you are connecting to the
ZyWALL using SSH, a message displays prompting you to save the host information of
the ZyWALL. Type “yes” and press [ENTER].

Then enter the password to log in to the ZyWALL.

$ telnet 192.168.1.1 22

Trying 192.168.1.1...

Connected to 192.168.1.1.

Escape character is '^]'.

SSH-1.5-1.0.0