Which Apache HTTPD directive enables HTTPS protocol support?

Which Apache HTTPD directive enables HTTPS protocol support?A . HTTPSEngine onB . SSLEngine onC . SSLEnable onD . HTTPSEnable onE . StartTLS onView AnswerAnswer: B

February 24, 2022 No Comments READ MORE +

Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?

Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?A . http_access deny sales_time sales_netB . http_access allow sales_net sales_timeC . http_access allow sales_net and sales-timeD . allow http_access sales_net sales_timeE . http_access sales_net sales_timeView...

February 23, 2022 No Comments READ MORE +

Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)

Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)A . PAMAuthenticationB . ChallengegeResponseAuthenticationC . PermitPlaintextLoginD . UsePasswordsE . PasswordAuthenticationView AnswerAnswer: B,E

February 22, 2022 No Comments READ MORE +

Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?

Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?A . The Linux user which runs the vsftpd processB . The Linux user that owns the root FTP directory served by vsftpdC . The Linux user with the same user name that was used...

February 22, 2022 No Comments READ MORE +

What word is missing from the following excerpt of a named.conf file?

What word is missing from the following excerpt of a named.conf file? A . networksB . netC . listD . aclE . groupView AnswerAnswer: D

February 22, 2022 No Comments READ MORE +

How can this be configured?

A user requests a “hidden” Samba share, named confidential, similar to the Windows Administration Share. How can this be configured? A . Option AB . Option BC . Option CD . Option DE . Option EView AnswerAnswer: E

February 21, 2022 No Comments READ MORE +

When using mod_authz_core, which of the following strings can be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider? (Choose three.)

When using mod_authz_core, which of the following strings can be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider? (Choose three.)A . methodB . allC . regexD . headerE . exprView AnswerAnswer: A,B,E

February 21, 2022 No Comments READ MORE +

Which of the following DNS records could be a glue record?

Which of the following DNS records could be a glue record?A . ns1.labA198.51.100.53B . labNS198.51.100.53C . ns1.labNS198.51.100.53D . ns1.A198.51.100.53E . ns1.labGLUE198.51.100.53View AnswerAnswer: A

February 21, 2022 No Comments READ MORE +

The content of which local file has to be transmitted to a remote SSH server in order to be able to log into the remote server using SSH keys?

The content of which local file has to be transmitted to a remote SSH server in order to be able to log into the remote server using SSH keys?A . ~/.ssh/authorized_keysB . ~/.ssh/configC . ~/.ssh/id_rsa.pubD . ~/.ssh/id_rsaE . ~./ssh/known_hostsView AnswerAnswer: C

February 20, 2022 No Comments READ MORE +

How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?

How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?A . Set the parameters “encrypt passwords = yes” and “password file = /etc/passwd”B . Set the parameters “encrypt passwords = yes”, “password file = /etc/passwd” and “password algorithm = crypt”C ....

February 20, 2022 No Comments READ MORE +