aws / aws-lambda-base-images

Apache License 2.0
646 stars 107 forks source link

OpenSSH broken on Nodejs20 #164

Open dotkas opened 1 month ago

dotkas commented 1 month ago

Possibly related to this.

Steps to reproduce:

Results in

bash-5.2# ssh -V
OpenSSL version mismatch. Built against 30000080, you have 30100050

I believe the solution is to get openssh upgraded to 3.1.0: https://github.com/msys2/MSYS2-packages/issues/3660#issuecomment-1472076356

dotkas commented 1 month ago

Tested it out on a sporadic number of other Lambda images, seems to be isolated to nodejs:20, sorry for the exaggerated initial title.