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!