新しいセキュリティ エンジニアがシステムの強化を開始しました。1 つ (エンジニアが使用している強化技術には、NAS へのリモート ログインを無効にすることが含まれます。ユーザーの PC からデータを表示できるにもかかわらず、SCP を使用してファイルを NAS に転送できないという報告がユーザーから寄せられています。以下は、この問題の最も可能性の高い原因ですか?
正解:B
Explanation SSH is used to securely transfer files to the remote server and is required for SCP to work. Disabling SSH will prevent users from being able to use SCP to transfer files to the server. To enable SSH, the security engineer should modify the SSH configuration file (sshd.conf) and make sure that SSH is enabled. For more information on hardening systems and the security techniques that can be used, refer to the CompTIA Security+ SY0-601 Official Text Book and Resources.