From 7c9392d4d74f13ef6bc8724c77eceab13afa27df Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 18 Apr 2025 00:29:03 +0200 Subject: [PATCH] changes --- content/snippets/0260-administring-a-cisco-switch.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/snippets/0260-administring-a-cisco-switch.md b/content/snippets/0260-administring-a-cisco-switch.md index f40485c..2cfc2c3 100644 --- a/content/snippets/0260-administring-a-cisco-switch.md +++ b/content/snippets/0260-administring-a-cisco-switch.md @@ -5,6 +5,14 @@ date: 2025-04-17 # Administring a Cisco Switch - Basics for the Homelab Usage +## Connecting to the Switch + +Only quite old ssh parameters are supported: + +``` +ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 -oHostKeyAlgorithms=+ssh-rsa admin@192.168.2.1 +``` + ## Saving the Configuration Never forget, otherwise after reboot changes are gone!