Figure 276 ssh example 2: log in, Secure ftp using ssh example – ZyXEL Communications IP PBX X6004 User Manual

Page 469

Advertising
background image

Chapter 33 Remote Management

X6004 User’s Guide

469

2

Enter “ssh –1 192.168.1.1”. This command forces your computer to connect to
the X6004 using SSH version 1. If this is the first time you are connecting to the
X6004 using SSH, a message displays prompting you to save the host information
of the X6004. Type “yes” and press [ENTER].

Then enter the password to log in to the X6004.

Figure 276 SSH Example 2: Log in

3

The SMT main menu displays next.

Secure FTP Using SSH Example

This section shows an example on file transfer using the OpenSSH client program.
The configuration and connection steps are similar for other SSH client programs.
Refer to your SSH client program user’s guide.

1

Enter “sftp –1 192.168.1.1”. This command forces your computer to connect to
the X6004 for secure file transfer using SSH version 1. If this is the first time you
are connecting to the X6004 using SSH, a message displays prompting you to
save the host information of the X6004. Type “yes” and press [ENTER].

2

Enter the password to login to the X6004.

$ ssh –1 192.168.1.1

The authenticity of host '192.168.1.1 (192.168.1.1)' can't be

established.

RSA1 key fingerprint is

21:6c:07:25:7e:f4:75:80:ec:af:bd:d4:3d:80:53:d1.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '192.168.1.1' (RSA1) to the list of

known hosts.

[email protected]'s password:

Advertising