HPN-SSH: High Performance ssh and scp
11–20 of 32 posts
Re: HPN-SSH: High Performance ssh and scp
#122 questions: 1) would this work with mosh? 2) lzo/lz4 has lower latency then zip, is there an ssh patch supporting this and would it be noticable in a 2k4 scenario?
(say, 300Mb+ connections with 30ms+ latency)
Re: HPN-SSH: High Performance ssh and scp
#13Re: HPN-SSH: High Performance ssh and scp
#14 brew install --with-hpn https://raw.githubusercontent.com/FiloSottile/homebrew-dupes/423f9eed0e557f4a63947b04f5dbe22c895ff6f7/openssh.rb
Or, once the PR https://github.com/Homebrew/homebrew-dupes/pull/358 is merged, brew tap homebrew/dupes
brew install --with-hpn openssh
EDIT: fix, thanks dkubbRe: HPN-SSH: High Performance ssh and scp
#152 questions: 1) would this work with mosh? 2) lzo/lz4 has lower latency then zip, is there an ssh patch supporting this and would it be noticable in a 2k4 scenario?
Re: HPN-SSH: High Performance ssh and scp
#16They apply cleanly when building for OSX and work well with the Homebrew patches infrastructure. Get them with brew install --with-hpn https://raw.githubusercontent.com/FiloSottile/homebrew-dupes/423f9eed0e557f4a63947b04f5dbe22c895ff6f7/openssh.rb Or, once the PR https://github.com/Homebrew/homebrew-dupes/pull/358 is merged, brew tap homebrew/dupes brew install --with-hpn openssh EDIT: fix, thanks dkubb
Re: HPN-SSH: High Performance ssh and scp
#17check out bbcp if you are interested as well.
Re: HPN-SSH: High Performance ssh and scp
#18I'm drooling over this. Will this ever show up in RedHat?
PSC has been maintaining these patches for a long time. I'm pretty sure I was using this nearly 10 years ago. If you have a need for this, it's not hard to build it yourself.
Ah, found the initial release date: July 7, 2004; yeah 10 years.