Starting Ssh Sessions - Cisco Nexus 9000 Series Configuration Manual

Nx-os security configuration guide, release 9.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring SSH and Telnet
Command or Action
Step 2
ssh login-attempts number
Example:
switch(config)# ssh login-attempts 5
Step 3
(Optional) show running-config security all
Example:
switch(config)# show running-config security all
Step 4
(Optional) copy running-config startup-config
Example:
switch(config)# copy running-config startup-config

Starting SSH Sessions

You can start SSH sessions using IPv4 or IPv6 to connect to remote devices from the Cisco NX-OS device.
Before you begin
Obtain the hostname for the remote device and, if needed, the username on the remote device.
Enable the SSH server on the remote device.
SUMMARY STEPS
1. ssh [username@]{ipv4-address | hostname} [vrf vrf-name]
2. ssh6 [username@]{ipv6-address | hostname} [vrf vrf-name]
DETAILED STEPS
Command or Action
Step 1
ssh [username@]{ipv4-address | hostname} [vrf vrf-name]
Example:
switch# ssh 10.10.1.1
Step 2
ssh6 [username@]{ipv6-address | hostname} [vrf
vrf-name]
Example:
switch# ssh6 HostA
Purpose
Configures the maximum number of times that a user can
attempt to log into an SSH session. The default maximum
number of login attempts is 3. The range is from 1 to 10.
Note
The no form of this command removes the
previous login attempts value and sets the
maximum number of login attempts to the default
value of 3.
Displays the configured maximum number of SSH login
attempts.
(Optional) Copies the running configuration to the startup
configuration.
Purpose
Creates an SSH IPv4 session to a remote device using IPv4.
The default VRF is the default VRF.
Creates an SSH IPv6 session to a remote device using IPv6.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Starting SSH Sessions
135

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents