Router User Manual

Nortel Secure Router 8000 Series
Configuration Guide - Basic Configuration 9 Telnet and SSH
Issue 5.3 (30 March 2009) Nortel Networks Inc.
......++++++++
Step 2 Generate the SSH client.
NOTE
If password authentication mode is configured for SSH users, you must configure the same local user
name.
# Configure the VTY user interface.
[Nortel] user-interface vty 0 4
[Nortel-ui-vty0-4] authentication-mode aaa
[Nortel-ui-vty0-4] protocol inbound ssh
[Nortel-ui-vty0-4] quit
# Generate an SSH user with the name client001, and configure the password authentication
mode.
<Nortel> system-view
[Nortel] ssh user client001 authentication-type password
# Set the password of the SSH user client001 to nortel.
[Nortel] aaa
[Nortel-aaa]local-user client001 password simple nortel
[Nortel-aaa]local-user client001 service-type ssh
NOTE
You can use the default authentication timeout period, retry time, and updating time of the server key.
After the configuration, you can run the client software that supports SSH1.5 on the terminals connected
with the router and access the router with the user name client001 and the password nortel.
Step 3 Run the client software that supports SSH1.5 on the terminal and access the router as shown
in
Figure 9-8.
Figure 9-8 Accessing the router from the client software
NOTE
The logon interface may be different from the example shown depending on the client software.
----End
9.5.3 Example of configuring RSA authentication
Networking requirements
z
Configure the SSH client and the router for the local connection.
9-17