Difference between revisions of "Scp"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
# Understand the differences between [[cp]], [[scp]] and [[rsync]]: https://stackoverflow.com/questions/20244585/how-does-scp-differ-from-rsync
 
# Understand the differences between [[cp]], [[scp]] and [[rsync]]: https://stackoverflow.com/questions/20244585/how-does-scp-differ-from-rsync
 
# Review security advisories related to <code>scp</code>: [[CVE]]-2019-6111<ref>https://nvd.nist.gov/vuln/detail/CVE-2019-6111</ref> related to <code>[[scp]]</code> tool and protocol allowing to overwrite arbitrary files in the scp client target directory
 
# Review security advisories related to <code>scp</code>: [[CVE]]-2019-6111<ref>https://nvd.nist.gov/vuln/detail/CVE-2019-6111</ref> related to <code>[[scp]]</code> tool and protocol allowing to overwrite arbitrary files in the scp client target directory
 +
 +
# <code>[[pv]] </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'</code>
  
 
== See also ==
 
== See also ==

Revision as of 15:24, 19 February 2020

wikipedia:Secure copy (scp) is a means of securely transferring computer files between a local host and a remote host or between two remote hosts. scp implements a progress bar to estimate transfers.


Activities

  1. Understand the differences between cp, scp and rsync: https://stackoverflow.com/questions/20244585/how-does-scp-differ-from-rsync
  2. Review security advisories related to scp: CVE-2019-6111[1] related to scp tool and protocol allowing to overwrite arbitrary files in the scp client target directory
  1. pv </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'

See also

  • https://nvd.nist.gov/vuln/detail/CVE-2019-6111
  • Advertising: