SK0-005 · Question #243
A security technician generated a public/private key pair on a server. The technician needs to copy the key pair to another server on a different subnet. Which of the following is the MOST secure…
The correct answer is C. SCP. SCP (Secure Copy Protocol) is a protocol that allows users to securely transfer files between servers using SSH (Secure Shell) encryption. SCP encrypts both the data and the authentication information, preventing unauthorized access, interception, or modification of the files…
Question
A security technician generated a public/private key pair on a server. The technician needs to copy the key pair to another server on a different subnet. Which of the following is the MOST secure method to copy the keys?
Options
- AHTTP
- BFTP
- CSCP
- DUSB
How the community answered
(34 responses)- A6% (2)
- B12% (4)
- C79% (27)
- D3% (1)
Explanation
SCP (Secure Copy Protocol) is a protocol that allows users to securely transfer files between servers using SSH (Secure Shell) encryption. SCP encrypts both the data and the authentication information, preventing unauthorized access, interception, or modification of the files. SCP also preserves the file attributes, such as permissions, timestamps, and ownership.
Topics
Community Discussion
No community discussion yet for this question.