rapier1 / hpn-ssh

HPN-SSH based on OpenSSH
https://psc.edu/hpn-ssh-home
Other
302 stars 41 forks source link

Possible to get binaries for Mac OS Ventura for apple silicon or home brew package? #46

Closed anarchy89 closed 10 months ago

anarchy89 commented 1 year ago

I wanna try this out on my Mac mini and MacBook Pro (both apple silicon), is it possible to run a server and client for this on it?

Is there a home brew package or binary I could install or some instructions I could follow?

rapier1 commented 1 year ago

Packaging is hard. I haven't built a brew package yet but I'll get started soon. That said, building from source isn't that hard. I can give you directions for that if you like..

On Mon, Apr 17, 2023, 18:31 anarchy89 @.***> wrote:

I wanna try this out on my Mac mini and MacBook Pro (both apple silicon), is it possible to run a server and client for this on it?

Is there a home brew package or binary I could install or some instructions I could follow?

— Reply to this email directly, view it on GitHub https://github.com/rapier1/openssh-portable/issues/46, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKL66HCDX54HVCT7COSTNTXBXAB7ANCNFSM6AAAAAAXBZV5IU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rapier1 commented 1 year ago

As an aside, I can't get this to work with PAM. Still working on what's going wrong with that. I don't think you'll need that though.

On Mon, Apr 17, 2023, 18:31 anarchy89 @.***> wrote:

I wanna try this out on my Mac mini and MacBook Pro (both apple silicon), is it possible to run a server and client for this on it?

Is there a home brew package or binary I could install or some instructions I could follow?

— Reply to this email directly, view it on GitHub https://github.com/rapier1/openssh-portable/issues/46, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKL66HCDX54HVCT7COSTNTXBXAB7ANCNFSM6AAAAAAXBZV5IU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rapier1 commented 1 year ago

As an aside we have an installation guide at https://www.psc.edu/hpn-ssh-home/hpn-ssh-installation/ It's not focused on OS X though. So there will be parts that don't correspond. The one downside is that the default crypto library on OSX is libressl 3.6 which doesn't support the threaded AES cipher. To get that you'd need to install openssl via brew.

I'll start looking at brew in the next week or two. I'm still working through other packaging issues.

anarchy89 commented 10 months ago

Is it available on brew yet ?

rapier1 commented 10 months ago

Packaging is hard. I personally don't have the time to figure out how brew works. I'm more than happy to take direction but all of my effort is focused on improving the code base at this point. If someone can suggest a recipe I'll try to submit it to the brew maintainers but, at the moment, we are just two people.

On Tue, Aug 29, 2023, 20:28 anarchy89 @.***> wrote:

Is it available on brew yet ?

— Reply to this email directly, view it on GitHub https://github.com/rapier1/openssh-portable/issues/46#issuecomment-1698316500, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKL66AI74NUS2M2C3PED4DXX2CJVANCNFSM6AAAAAAXBZV5IU . You are receiving this because you modified the open/close state.Message ID: @.***>

rapier1 commented 10 months ago

As a note: We will create a brew recipe and then try to get it submitted to the necessary maintainers. We just can't do it now and do not have a timeline for it. Which is why I'm closing this ticket as we simply can't respond to it in anything approaching a timely manner.

TL:DR; We will work on this but I don't know when.