Do not recommend usage of scp anymore

This commit is contained in:
Jakub Jelen 2020-07-14 12:06:05 +02:00 committed by pbokoc
commit 0c91319900

View file

@ -1171,6 +1171,12 @@ USER@penguin.example.com's password:
.vimrc 100% 2233 2.2KB/s 00:00
----
[IMPORTANT]
====
The SCP protocol is not well designed and can cause unexpected results. In the past it was source of several CVEs where malicious server could override files in local filesystem when downloading files. It is recommended to use SFTP when possible. See the next section for more information.
====
[[s2-ssh-clients-sftp]]
=== Using the [command]#sftp# Utility
indexterm:[sftp,OpenSSH]indexterm:[OpenSSH,client,sftp]