18
0
Fork 0

ajout configuration ssh v2

This commit is contained in:
jdubois 2017-08-31 10:16:35 +02:00
parent 745bd94f31
commit 49e5067d44
1 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,8 @@ Switch(config)# crypto key generate rsa
Switch(config)# line vty 0 15
Switch(config-line)# login local
Switch(config-line)# transport input ssh
Switch(config-line)# exit
Switch(config)# ip ssh version 2
~~~
Si on veut avoir à la fois telnet et SSH, remplacer `transport input ssh` par `transport input all`.