Basic Configuration
#configure terminal | Enter configure mode |
(config)#ssh login-attempts 2 vrf management | Set the number of login attempts to 2 |
(config)#exit | Exit configuration mode |
Validation
#show ssh server
ssh server enabled port: 22
authentication-retries 2
#show running-config ssh server
feature ssh vrf management
ssh login-attempts 2 vrf management
SSH Client Session
When the device acts as an SSH client, it supports both SSH IPv4 sessions to log into the remote machine.
#ssh root@10.10.10.1 vrf management | Log into remote machine using an IPv4 address |
Last modified date: 08/28/2023