mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
base.cfg: updated ssh.cfg
This commit is contained in:
parent
87a493a4bc
commit
c944238142
|
@ -1,4 +1,17 @@
|
||||||
ip ssh logging events
|
ip ssh authentication-retries 3
|
||||||
ip ssh version 2
|
|
||||||
ip ssh dh min size 2048
|
ip ssh dh min size 2048
|
||||||
ip ssh dscp 56
|
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
|
||||||
|
|
Loading…
Reference in a new issue