Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSH broken on Nodejs20 #164

Open
dotkas opened this issue May 17, 2024 · 1 comment
Open

OpenSSH broken on Nodejs20 #164

dotkas opened this issue May 17, 2024 · 1 comment

Comments

@dotkas
Copy link

dotkas commented May 17, 2024

Possibly related to this.

Steps to reproduce:

  • docker run -it --entrypoint /bin/bash public.ecr.aws/lambda/nodejs:20
  • dnf update -y && dnf install -y openssh-clients
  • ssh -V

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: msys2/MSYS2-packages#3660 (comment)

@dotkas dotkas changed the title OpenSSH broken on all base images OpenSSH broken on some or all base images May 17, 2024
@dotkas dotkas changed the title OpenSSH broken on some or all base images OpenSSH broken on Nodejs20 May 17, 2024
@dotkas
Copy link
Author

dotkas commented May 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant