modif switch connexion

This commit is contained in:
Stephane MAURO MSI Rueil 2025-11-23 20:19:25 +01:00
parent f462eae5a5
commit 786c5af3f9
2 changed files with 11 additions and 2 deletions

View File

@ -1 +1,5 @@
ssh admin@192.168.1.200 ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 \
-oHostKeyAlgorithms=+ssh-rsa \
-c aes256-cbc \
smauro@192.168.1.200

View File

@ -1 +1,6 @@
ssh smauro@192.168.1.201 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 \
-oHostKeyAlgorithms=+ssh-rsa \
-oPubkeyAcceptedAlgorithms=+ssh-rsa \
-c aes128-cbc \
smauro@192.168.1.201