hpn-ssh icon indicating copy to clipboard operation
hpn-ssh copied to clipboard

HPN-SSH based on OpenSSH

Results 11 hpn-ssh issues
Sort by recently updated
recently updated
newest added

/usr/bin/ld: umac128.o (symbol from plugin): in function `umac_put_u32_le': (.text+0x0): multiple definition of `umac_put_u32_le'; umac.o (symbol from plugin):(.text+0x0): first defined here collect2: error: ld returned 1 exit status This function (umac_put_u32_le)...

Is there already an issue somewhere that tracks what needs to be done to simply upstream this project into OpenSSH? If no, let's use this one.

https://github.com/rapier1/hpn-ssh/blob/52bc5fd19cb532ab4262389165ae529779004b03/HPNSSHInstallation.txt#L130 should be `/etc/default/hpnsshd`

https://github.com/rapier1/hpn-ssh/blob/1f72ea21da03cdbe94705908eda584171474c3a0/README.md?plain=1#L63-L69 `openssh-portable` DNE.

The announcement page https://www.psc.edu/hpn-ssh-home/ links to it self as a anchor, but has your github as its anchor text. ``` Get the latest source code release from https://github.com/rapier1/hpn-ssh .```

The OpenSSH release is largely a bugfix release. 18.7.0, however, introduces the MPTCP option. This should be considered experimental for the time being.

Release

There doesn't seem to be any install-from-packages documentation here that I can find. Looking at old tickets can lead someone to https://sourceforge.net/projects/hpnssh/files/Debian%20Packages/ (for Debian/dpkg) ... and that leads to https://download.opensuse.org/repositories/home:/rapier1...

Hello, HPN-SSH is fantastic, really helps with achieving full speeds on high latency connections. Would it please be possible to add a PPA repo for Debian too? I am not...

This is extremely minor... and probably only cosmetic, however... The file names for the current bookworm packages at opensuse.org indicate they are version `9.9p2-hpn18.6.2-1`. However, the version string reported at...

This is mostly a cosmetic issue, I think. Did a checkout of 18.6.2 and setup to build make package generated: OpenSSH-OpenSSH_8.7p1-hpn15v4-Solaris-i386.pkg when version.h shows: ``` #define SSH_VERSION "OpenSSH_9.9" #define SSH_PORTABLE...