diff --git a/ArubaOS-Switch-(AOS-S)-16.11.md b/ArubaOS-Switch-(AOS-S)-16.11.md index 0e1b0a3..0497efd 100644 --- a/ArubaOS-Switch-(AOS-S)-16.11.md +++ b/ArubaOS-Switch-(AOS-S)-16.11.md @@ -6,7 +6,9 @@ SSH into a switch running AOS-S switch, or use a local serial connection in orde ``` configure + crypto key generate ssh rsa bits 3072 + exit ``` If the size is omitted, a 2048 Bit RSA key will be generated, 3072 is the largest size supported so far.