47
the device through SSH, you need to log in to the device through the console port and configure the
authentication mode, user level, and common settings.
This section includes these topics:
•
•
Configuring the SSH client to log in to the SSH server
Configuring the SSH server
Configuration prerequisites
You have logged in to the device, and want to log in to the device through SSH in the future.
By default, you can log in to the device through the console port without authentication and have user
privilege level 3 after login. For information about logging in to the device with the default configuration,
see "
."
Configuration procedure
Follow these steps to configure the device that serves as an SSH server:
To do…
Use the command…
Remarks
Enter system view
system-view
—
Create local key pair(s)
public-key local create
{
dsa
|
rsa
}
Required
By default, no local key pair(s) are
created.
Enable SSH server
ssh server enable
Required
By default, SSH server is disabled.
Enter one or more VTY user
interface views
user-interface vty
first
-
number
[
last-number
]
—
Specify the scheme authentication
mode
authentication-mode scheme
Required
By default, authentication mode for
VTY user interfaces is
password
.
Enable the current user interface to
support SSH
protocol inbound
{
all
|
ssh
|
telnet
}
Optional
By default, both telnet and SSH are
supported.
Telnet is not supported in FIPS
mode.