Slow download rate using scp

Hello, Is it normal for scp-cli?
Should I reinstall system completely?
The network is fine, speedtest gives 100mb/s
Thanks
 

Attachments

  • Screenshot_20211224_131851.png
    Screenshot_20211224_131851.png
    3.3 KB · Views: 110
scp depends on ssh for authentication.
As such I would imagine that speed would depend on the algorithm you chose for ssh encryption.
Have you tested different schemes?

 
I see that security/openssh-portable now has "NONE Cipher Support" in the build options.

This was something that got removed some years back and always smacked to me of the "nanny state" very hard at work.

So, I assume that you can now build a local copy of ssh with an option "-c none" to disable encryption, which speeds up data transfer considerably.

Of course, that means that you have to take responsibility for the security implications.
 
Speedtest also looks strange, the computer on the same network has 100/100
 

Attachments

  • Screenshot_20211228_100045.png
    Screenshot_20211228_100045.png
    32.1 KB · Views: 87
Loaded from another drive with old installation. Looks like my current installation was "hacked" or something like this. How can I "fast" backup everything including browser history, ect
 
Back
Top