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