changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-04-18 00:29:03 +02:00
parent e50f05dca6
commit 7c9392d4d7

View File

@ -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!