Connecting to ICX switch with macOS
Since macOS doesn’t like using deprecated security, if you want to SSH to a switch or AP and it rejects the connection, you can override it with the command:
ssh -c aes128-ctr super@<SWITCH_IP>
Since macOS doesn’t like using deprecated security, if you want to SSH to a switch or AP and it rejects the connection, you can override it with the command:
ssh -c aes128-ctr super@<SWITCH_IP>