mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-10-30 17:59:38 +00:00
18 lines
366 B
INI
18 lines
366 B
INI
ip ssh authentication-retries 3
|
|
ip ssh dh min size 2048
|
|
ip ssh dscp 56
|
|
ip ssh logging events
|
|
ip ssh source-interface lo0
|
|
ip ssh time-out 10
|
|
ip ssh version 2
|
|
!
|
|
username cisco privilege 15 noescape user-maxlinks 1 secret 0 cisco
|
|
!
|
|
line vty 0 15
|
|
exec-timeout 60 0
|
|
password cisco
|
|
logging synchronous
|
|
login local
|
|
transport preferred none
|
|
transport input telnet ssh
|