Nortel 1010 用户指南

下载
页码 178
Chapter 5 Configuring the system 115
Nortel VPN Router Configuration — Basic Features 
 
Using the CLI for SSH server
Defining an SSH server (CLI)
To configure an SSH server on the Nortel VPN Router, from CLI Global 
Configuration Mode, enter:
ssh-server {port <
portnum> | private | public }
or
no ssh-server { private | public }
where:
portnum—specifies the SSH server port
private—enables private interface filters on the specified SSH server port
public—enables public interface filters on the specified SSH server port
For example, enter:
CES(config)# ssh-server port 432
Enabling or restarting the SSH server 
To enable or restart the SSH server, from CLI Global Configuration Mode, enter:
service ssh {enable | restart}
where:
enable—enables the ssh server
restart—restarts the ssh server
For example, to enable the SSH server, enter:
CES(config)# service ssh enable
For example, to restart the SSH server, enter:
CES(config)# service ssh restart