In this section:
Modified: for 12.1.3
For additional information, refer to Managing SSH Cryptographic Algorithms.
Use the CLI sshdConfig
system command to add the algorithms to the sshd_config
file. The CLI syntax and parameter descriptions are provided below.
% set system admin <SYSTEM NAME> sshdConfig <ciphers | macs | kexalgorithms> <ALGORITHMS list>
Parameter | Length/Range | Description |
---|---|---|
| N/A |
|
Algorithm Types | ||
| Up to 10,240 characters | Comma-separated list of Ciphers to include in the |
| Up to 10,240 characters | Comma-separated list of MACS to include in the |
| Up to 10.240 characters | Comma-separated list of KEX Algorithms to include in the s |
In the example below, two Ciphers, MACS and KEX Algorithms are added to the SBC Core sshd_config
file.
set system admin VSBC01 sshdConfig ciphers aes256-ctr,aes128-ctr,aes192-ctr commit set system admin VSBC01 sshdConfig macs hmac-sha2-512-etm@openssh.com,hmac-sha2-512 commit set system admin VSBC01 sshdConfig kexalgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512 commit