From 49e5067d446969ca0f7b827fc8a1f2834df29772 Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 31 Aug 2017 10:16:35 +0200 Subject: [PATCH] ajout configuration ssh v2 --- SwitchCisco.md | 2 ++ 1 file changed, 2 insertions(+) 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`.