04-13-2020 11:11 PM
How can i modify cipher ssh client on ISE 2.6 ?
We use ISE Version 2.6 Patch 3
I need enable cipher below.
aes128-ctr , aes256-ctr
Thank you .
04-13-2020 11:24 PM
ISE 2.6 added enhancements for hardening the SSH daemon (sshd) service.
See this CLI Reference Guide page for information on the commands and supported options for limiting the ciphers allowed for SSH.
04-13-2020 11:28 PM
04-13-2020 11:51 PM
There is no specific command to configure the SSH client in ISE.
AFAIK, ISE uses the standard OpenSSH package in the underlying RHEL OS. If you configure your SSH server to only support those ciphers, the ISE SSH client should negotiate the same.
04-13-2020 11:59 PM
04-14-2020 03:30 PM
Correct. The 'service sshd' command in the ISE CLI only controls the ciphers supported for the SSH daemon running on the ISE node.
My previous post suggested that, if you limit the supported ciphers on the external server to which you are trying to connect from the SSH client in ISE, the ISE client should negotiate to use those supported stronger ciphers.
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