• Note on OpenSSH 8.x port

    From Randall@21:1/5 to All on Wed Apr 13 08:32:57 2022
    Hi All,

    We have found some issues with the OpenSSH 8.x port. Communications do not appear to be working correctly at present. While we are investigating, this may take a significant amount of time as we are a volunteer organization. As a result, finding and
    fixing issues does not come ahead of our day jobs.

    OpenSSH 8.x has significant value in terms of key management and content signing capabilities. We still suggest using it for that purpose. However, NonStop SSH should be used for communications between systems.

    Thank you for your patience,

    Randall Becker
    On behalf of the ITUGLIB Technical Committee

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Randall on Thu Apr 28 10:22:42 2022
    On Wednesday, April 13, 2022 at 11:32:58 a.m. UTC-4, Randall wrote:
    Hi All,

    We have found some issues with the OpenSSH 8.x port. Communications do not appear to be working correctly at present. While we are investigating, this may take a significant amount of time as we are a volunteer organization. As a result, finding and
    fixing issues does not come ahead of our day jobs.

    OpenSSH 8.x has significant value in terms of key management and content signing capabilities. We still suggest using it for that purpose. However, NonStop SSH should be used for communications between systems.

    Thank you for your patience,

    Randall Becker
    On behalf of the ITUGLIB Technical Committee

    The root cause of this issue is incompatibilities between /usr/local/bin/ssh (the standard location) and _RLD_LIB_PATH. If your location for the appropriate OpenSSL version is not in your environment, you will get

    Read from remote host github.com: Invalid function argument

    This happens when your ssh location is not standard and OpenSSH tries to run /usr/local/bin/ssh that may use a different OpenSSL version from the one you are running. The fix is to ensure that /usr/local/bin/ssh is the proper ssh you intend to run and
    that _RLD_LIB_PATH is set correctly.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)