12-02-2023 08:22 AM
Hello Guys,
Just want to know, how to check Open SSH version on Leaf switches in ACI? is there any command?
Also, want to know if vulnerability with CVE code CVE-2020-15778 affected in ACI setup with which version.
{I am having APIC version as 4.0(2c)}
12-03-2023 04:25 AM
check below URL :
https://sec.cloudapps.cisco.com/security/center/publicationListing.x
12-03-2023 09:51 AM
BTW, from any OpenSSH Client (POSIX Platform), you would just run "ssh -v -v [remote host]" to learn the version-string announced by the remote server. Take note that even if the numerical version appears to be vulnerable, there may be a Patch level indicated "p2" or "sr1" etc. appended to the version string, added by a redistributor. Then you need to know if the redistributing vendor (like Cisco) has backported a fix/patch from the OEM (OpenSSH/OpenBSD project) into to their codebase, or if there is an intermediary agency, like a GNU/Linux distribution (Debian, RedHat, etc.) that complicates the situation through their RPM process. A lot of false positives in the Nessus/Tenable world come from misunderstanding this.
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