

One thing we need to note is that this compression method is not applicable to all files. If you want to copy many files over the network, the “- C” parameter can save you a lot of time. See, after compressing the file, the transmission process is completed in 162.5 seconds, which is 10 times faster than without “- C” parameter. Transferred: sent 8905840, received 15768 bytes, in 162.5 secondsīytes per second: sent 54813.9, received 97.0ĭebug1: compress outgoing: raw data 97571111, compressed 8806191, factor 0.09ĭebug1: compress incoming: raw data 7885, compressed 3821, factor 0.48 Sending file modes: C0600 97517300 messages.log You can compare the results after using the “- C” parameter.ĭebug1: Next authentication method: publickey It took 1661.3 seconds to copy the file without the “- C” parameter. ĭebug1: identity file /home/pungki/.ssh/id_rsa type -1ĭebug1: Trying private key: /home/pungki/.ssh/id_rsa The “-p” parameter will help to display the estimated time and connection speed on the screen.Įxecuting: program /usr/bin/ssh host 202.x.x.x, user mrarianto, command scp -v -p -t.

Obtain the modification time, access time and mode from the source file Transferred: sent 3766304, received 3000 bytes, in 65.2 secondsīytes per second: sent 57766.4, received 46.0

Sending file modes: C0770 3760348 Label.pdf ĭebug1: Reading configuration data /etc/ssh/ssh_configĭebug1: /etc/ssh/ssh_config line 19: Applying options for *ĭebug1: Connecting to 202.x.x.x port 22.ĭebug1: Host ‘202.x.x.x’ is known and matches the RSA host key.ĭebug1: Found key in /home/pungki/.ssh/known_hosts:1ĭebug1: ssh_rsa_verify: signature correctĭebug1: Next authentication method: passwordĭebug1: Authentication succeeded (password).Īuthenticated to 202.x.x.x (:22).

Executing: program /usr/bin/ssh host 202.x.x.x, user mrarianto, command scp -v -t.
