Quick note about setting the telnet timeout timer. I dont recommend doing this, but if you need to for some reason, here is how to configure it where it wont kick you off after the timeout value expries.
telnet@BHMCore1(config)#telnet timeout ?
DECIMAL <0..240> In minutes, 0 never timeout
telnet@BHMCore1(config)#telnet timeout 0
telnet@BHMCore1(config)#exit
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
telnet@BHMCore1(config)# no telnet server
ReplyDeletetelnet@BHMCore1(config)# crypto key zeroize rsa
telnet@BHMCore1(config)# crypto key zeroize dsa
telnet@BHMCore1(config)# crypto key generate rsa mod 2048
telnet@BHMCore1(config)# ip ssh authentication-retries 2
telnet@BHMCore1(config)# ip ssh timeout 30
telnet@BHMCore1(config)# ip ssh idle-time 30
telnet@BHMCore1(config)# ip ssh scp disable
telnet@BHMCore1(config)# ip ssh encryption disable-aes-cbc
telnet@BHMCore1# sh ip ssh
SSH-v2.0 enabled; hostkey: RSA(2048)