Fix: ssh issue on updated mac os
Customer cannot get access to SSH communication with a Gigacore.
Error:
"no matching key exchange method found. Their offer: diffie-hellman-group1-sha1"
Fix
1 - Put the attached file on your desktop
2- Launch the terminal
3 - Run # cp Desktop/ssh_config .ssh/config
******
Host *
Ciphers aes128-cbc,3des-cbc,aes256-cbc
KexAlgorithms +diffie-hellman-group1-sha1
*******
4 - You're done !
Related Articles
Minimum system requirements for Araneo
Minimum system requirements to install and run Araneo: System requirements to run Araneo v1.9.0 Windows: OS: Windows 10 (64-bit), Windows 11 Processor: x64 (64-bit operating system) RAM: minimum 4GB Free hard disk space: minimum 300MB Screen ...
Support For Allen & Heath systems - GigaAce and DX
Introduction With default settings, it is not possible to have a Allen and Heath system run reliably on GigaCore switches. In a nutshell, it is because GigaAce and DX protocols rely on packet interval time to achieve clock synchronization. This means ...
GigaCore Gen2 API documentation
In the attached document you can find all the web API commands available for the second generation GigaCore. The API is also available on the device itself by browsing to http://{YOUR_DEVICE_IP}/api/doc This API works for Gen2 GigaCore switches. All ...
LumiNode API documentation
In the attached document you can find all the web API commands available for the LumiNode and LumiCore. The API is also available on the device itself by browsing to http://{YOUR_DEVICE_IP}/api/doc To highlight a couple of applications that are ...
Feature: Layer 3 IPv4 Routing
Introduction Starting from firmware version v1.7.0, supported GigaCore switches supported Layer 3 unicast routing or Switch Virtual Interfaces. This is an advanced functionality which can be useful to eliminate external routers or make routing more ...