セキュリティ技術者がサーバー上で公開鍵と秘密鍵のペアを生成しました。技術者は、キー ペアを別のサブネット上の別のサーバーにコピーする必要があります。キーをコピーする最も安全な方法は次のうちどれですか?
* HTTP
正解:C
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 files1. SCP also preserves the file attributes, such as permissions, timestamps, and ownership2.