scp scp is the command-line tool included with the OpenSSH suite of tools, it is designed to securely transfer files to and from remote hosts. Compression If you add the following to ~/.ssh/config your files will be compressed in-transit which will reduce the amount of data which is required to transfer Host * Compression yes CompressionLevel 4 Cipher Choices ssh and scp both […]
↧