This commit is contained in:
@ -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!
|
||||
|
Reference in New Issue
Block a user