ユーザーは、リモート開発 Web サーバーを管理するために Telnet アクセスを要求しています。安全でないプロトコルは、どの環境でも使用できません。このサーバーへのリモート アクセスを許可するには、次のどれを構成する必要がありますか?
正解:C
SSH (Secure Shell) provides encrypted remote access to servers, making it a secure alternative to Telnet, which transmits data in plaintext. SSH is commonly used for secure management of remote systems and would be the appropriate choice given the restriction on insecure protocols.