Do not recommend usage of scp anymore
This commit is contained in:
parent
f1aa54fe75
commit
0c91319900
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Reference in a new issue