05-24-2019 01:23 PM - edited 05-24-2019 01:26 PM
Hi,
An infosec team is in the process of certifying ISE and is seeking clarification on the various parameters used in SSH.
Should use only below approved key exchanges.
KexAlgorithms ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
Use Only below approved MACs
Use only below Host Keys
HostKey ecdsa-sha2-nistp521-cert-v01@openssh.com
HostKey ecdsa-sha2-nistp384-cert-v01@openssh.com
HostKey ecdsa-sha2-nistp256-cert-v01@openssh.com
HostKey ecdsa-sha2-nistp521
HostKey ecdsa-sha2-nistp384
HostKey ecdsa-sha2-nistp256
HostKey ssh-ed25519-cert-v01@openssh.com
Is there any documentation which talks about it ?
Appreciate if anyone can point me in that direction.
If not then should we just look at the Red Hat documentation to verify these parameters as it is the underlying OS.
However in the past we have had to seek TAC's help to enable strong ciphers via root patch.
Solved! Go to Solution.
05-25-2019 12:29 PM
Recent ISE Releases have some options for SSH. See the configuration mode command service
ise-1/admin(config)# service sshd ? enable Enable sshd service encryption-algorithm Configure SSH encryption algorithms. supported algorithms are a encryption-mode Configure SSH encryption mode on system. Supported modes are cb key-exchange-algorithm Specify allowable key exchange algorithms for sshd service loglevel Log level of messages from sshd to secure system log
If you need additional options, please remember to ask TAC to file new bugs if no existing ones fit the bills.
05-25-2019 04:49 AM
05-25-2019 12:29 PM
Recent ISE Releases have some options for SSH. See the configuration mode command service
ise-1/admin(config)# service sshd ? enable Enable sshd service encryption-algorithm Configure SSH encryption algorithms. supported algorithms are a encryption-mode Configure SSH encryption mode on system. Supported modes are cb key-exchange-algorithm Specify allowable key exchange algorithms for sshd service loglevel Log level of messages from sshd to secure system log
If you need additional options, please remember to ask TAC to file new bugs if no existing ones fit the bills.
05-28-2019 07:53 AM
05-29-2019 12:21 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide