Question 181

A junior Linux administrator needs to access production servers using a secure SSH protocol. Which of the following files should contain the public key to gain remote access to the server?
  • Question 182

    A Linux administrator has installed a web application firewall in front of a web server running on HTTP port
    8080 and successfully started the HTTP server. However, after opening the application URL in an Internet browser, the administrator discovered that the application does not work. The administrator performed the following diagnostic steps:
    Output of sysctl -a command:

    Output of iptables -L command:

    Output of netstat -nltop | grep "8080":

    Which of the following is the NEXT step the administrator should perform to permanently fix the issue at the kernel level?
  • Question 183

    A Linux systems administrator is setting up SSH access with PKI for several using their newly created RSA keys. Which of the following MOST securely achieves this task?
  • Question 184

    A member of the production group issues the following command:
    echo "Monday through Friday" > /production_docs/days
    The command fails to execute, so the user obtains the following output:
    drwxr--r-- root production 0 Jun 16 2018 production
    -rw-r--r-- production production 4096 Jun 14 2018 days
    Which of the following commands should the user execute to BEST fix the issue?
  • Question 185

    Which of the following statements BEST represents what the term "agentless" means regarding orchestration?