infoblox_nios:ssh
This is an old revision of the document!
NIOS SSH
When uploading a public key to NIOS for admin authentication, the file must be of the form
ssh-rsa AAAAB3N......x
ssl_security_level
NIOS 9.0 introduced the set ssl_security_level command
- By default the SECLEVEL is set to 1 on upgrade to NIOS 9.0.0 and Infoblox recommends you to change it to SECLEVEL to 2 using the set ssl_security_level command.
- If SECLEVEL is 2, this command will not work with deprecated ciphers and signature algorithm irrespective of protocols.
set ssl_security_level
show ssl_security_level
After setting the SSL security level, you will need to manually restart the Web UI.
From OpenSSL Docs here
Level 1The security level corresponds to a minimum of 80 bits of security. Any parameters offering below 80 bits of security are excluded. As a result RSA, DSA and DH keys shorter than 1024 bits and ECC keys shorter than 160 bits are prohibited. All export cipher suites are prohibited since they all offer less than 80 bits of security. SSL version 2 is prohibited. Any cipher suite using MD5 for the MAC is also prohibited.Level 2Security level set to 112 bits of security. As a result RSA, DSA and DH keys shorter than 2048 bits and ECC keys shorter than 224 bits are prohibited. In addition to the level 1 exclusions any cipher suite using RC4 is also prohibited. SSL version 3 is also not allowed. Compression is disabled.
For NIOS 9.0.4, Ubuntu 22.04 doesn't to support TLS 1 or 1.1 when security level set to 1. Therefore to support TLS 1.0 and 1.1 the default security level changes from 1 to 0.
infoblox_nios/ssh.1725869484.txt.gz · Last modified: by bstafford
