diff --git a/SwitchCisco.md b/SwitchCisco.md index 90614c67..ad45cb21 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -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`.