新しいセキュリティ エンジニアがシステムの強化を開始しました。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.