42
Ste
Command
Remarks
2. Create local key pairs.
public-key local create { dsa | rsa }
By default, no local key pairs are
created.
3. Enable SSH server.
ssh server enable By default, SSH server is disabled.
4. Enter one or more VTY user
interface views.
user-interface vty first-number
[ last-number ]
N/A
5. Enable scheme
authentication.
authentication-mode scheme
In non-FIPS mode, password
authentication is enabled on VTY
user interfaces by default.
In FIPS mode, scheme
authentication is enabled on VTY
user interfaces by default.
6. Enable the user interfaces to
support Telnet, SSH, or both
of them.
• In non-FIPS mode:
protocol inbound { all | ssh |
telnet }
• In FIPS mode:
protocol inbound { all | ssh
Optional.
In non-FIPS mode, both Telnet and
SSH are supported by default.
In FIPS mode, SSH is supported by
default.
7. Enable command
authorization.
command authorization
Optional.
By default, command authorization
is disabled. The commands
available for a user only depend
on the user privilege level.
If command authorization is
enabled, a command is available
only if the user has the
commensurate user privilege level
and is authorized to use the
command by the AAA scheme.