lynxthecat / cake-autorate

Eliminate the excess latency and jitter terrorizing your 4G, 5G, LTE, Starlink or other variable rate connection!
https://www.bufferbloat.net
GNU General Public License v2.0
263 stars 24 forks source link

Update "scp" command for latest OpenSSH version #278

Closed rany2 closed 4 months ago

rany2 commented 4 months ago

With the latest OpenSSH version, scp is now just a wrapper to sftp. The issue with that is that the sftp binaries are not present in OpenWRT by default. As a solution, we specify -O which allows us to use the the actual SCP protocol.