Cisco CRS-1 - Carrier Routing System Router Configuration Manual page 211

Ios xr system security configuration guide
Hide thumbs Also See for CRS-1 - Carrier Routing System Router:
Table of Contents

Advertisement

Implementing Secure Shell on Cisco IOS XR Software
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
hostname hostname
Example:
RP/0/RP0/CPU0:router(config)# hostname router1
Step 3
domain name domain-name
Example:
RP/0/RP0/CPU0:router(config)# domain name
cisco.com
Step 4
exit
Example:
RP/0/RP0/CPU0:router(config)# exit
Step 5
crypto key generate rsa [usage keys |
general-keys] [keypair-label]
Example:
RP/0/RP0/CPU0:router# crypto key generate rsa
general-keys
Step 6
crypto key generate dsa
Example:
RP/0/RP0/CPU0:router# crypto key generate dsa
Step 7
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 8
ssh timeout seconds
Example:
RP/0/RP0/CPU0:router(config)# ssh timeout 60
OL-20382-01
Purpose
Enters global configuration mode.
Configures a hostname for your router.
Defines a default domain name that the software uses to
complete unqualified host names.
Exits global configuration mode, and returns the router to
EXEC mode.
Generates an RSA key pair.
To delete the RSA key pair, use the crypto key zeroize
rsa command.
This command is used for SSHv1 only.
Enables the SSH server for local and remote authentication
on the router.
The recommended minimum modulus size is 1024 bits.
Generates a DSA key pair.
To delete the DSA key pair, use the crypto key zeroize
dsa command.
This command is used only for SSHv2.
Enters global configuration mode.
(Optional) Configures the timeout value for user
authentication to AAA.
If the user fails to authenticate itself to AAA within the
configured time, the connection is aborted.
If no value is configured, the default value of
30 seconds is used. The range is from 5 to 120.
Cisco IOS XR System Security Configuration Guide for the Cisco CRS-1 Router
How to Implement Secure Shell
SC-205

Advertisement

Table of Contents
loading

Table of Contents