AE-2349 : Enable SSH Configuration and Cipher Modification on AMP Device-patch1

Review Request #1495 — Created May 25, 2026 and updated — Latest diff uploaded

mmiriam
AMP
amp_3_7_2
AE-2349
apoorva.sn, pmurugaiyan

AE-2349 : Enable SSH Configuration and Cipher Modification on AMP Device-patch1

Before fix getting post-quantum related warning:

AMP#/ca/bin/ssh test@192.168.162.201
The authenticity of host '192.168.162.201 (192.168.162.201)' can't be establishe d.
ED25519 key fingerprint is: SHA256:g9uqFXweaXGlOJi9wcj9jYufa6ci75oTwI6pjn+4M/g
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.162.201' (ED25519) to the list of known host s.
WARNING: connection is not using a post-quantum key exchange algorithm.
This session may be vulnerable to "store now, decrypt later" attacks.
** The server may need to be upgraded. See https://openssh.com/pq.html
=============================================================================
After fix:
===============================================================================================
AMP#/ca/bin/ssh test@192.168.162.201
The authenticity of host '192.168.162.201 (192.168.162.201)' can't be established.
ED25519 key fingerprint is: SHA256:g9uqFXweaXGlOJi9wcj9jYufa6ci75oTwI6pjn+4M/g
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])

    Loading...