-
Notifications
You must be signed in to change notification settings - Fork 28
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
Request: Add OpenSSH #32
Comments
I've tried to do it before. We have some of the necessary dependencies buildable already (OpenSSL), but IIRC the OpenSSH build system is a bit complicated, and I remember it was making some config assumptions that made builds a bit difficult. If you can provide a build config of OpenSSH that targets linux and uses minimal OS/ASM features, that would be a good starting point to try a port. |
https://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssh.html mentions a whole load of dependencies, but if you are willing to forego Kerberos/GSSAPI support and limiting yourself to building just the client, this is comparatively easier. As a point of reference, a separate project of mine, https://github.com/supriyo-biswas/static-builds/blob/master/build-openssh.sh#L5 builds static OpenSSH Linux binaries with the same approach as above. |
the build issue with openssh is partially the directories it expects to access at runtime: things like |
experimental OpenSSH build available here: https://github.com/ahgamut/superconfigure/releases/download/z0.0.38/web.zip I just got it to build, I am not sure how many features are necessary or how many patches need to be added to make it work as expected. |
If possible, I would like to have OpenSSH provided as a cosmopolitan binary through this project.
Thanks!
The text was updated successfully, but these errors were encountered: