AIX Open Source

 View Only
  • 1.  SSH / SSL version mismatch

    Posted Tue May 21, 2024 09:19 AM
    I upgrade SSL to : openssl-3.0.10.1002 and SSH to OpenSSH_9.2.112.2000
     
    If I check both version, they show fine on their own, but for the ssh -V, it shows the version for ssl to be 1.1.1v
    Is the normal, or did I miss something in my upgrade process?
     
    # /usr/bin/openssl version
    OpenSSL 3.0.10 1 Aug 2023 (Library: OpenSSL 3.0.10 1 Aug 2023)
     
    # ssh -V
    OpenSSH_9.2p1, OpenSSL 1.1.1v  1 Aug 2023


    ------------------------------
    Francois Van Staden
    ------------------------------


  • 2.  RE: SSH / SSL version mismatch

    Posted Tue May 21, 2024 09:24 AM

    It means that OpenSSH is built against OpenSSL 1.1.1v. Remember OpenSSL 3 still ships the 1.1.1 shared objects inside its archive.



    ------------------------------
    Ayappan P
    ------------------------------