Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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_keys

B.

~/.ssh/config

C.

~/.ssh/id_rsa.pub

D.

~/.ssh/id_rsa

E.

~./ssh/known_hosts

Which of the following commands can be used to connect and interact with remote TCP network services? (Choose two.)

A.

nettalk

B.

nc

C.

telnet

D.

cat

E.

netmap

Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true? (Choose two.)

A.

Alias can only reference files under DocumentRoot

B.

Redirect works with regular expressions

C.

Redirect is handled on the client side

D.

Alias is handled on the server side

E.

Alias is not a valid configuration directive

Which of the following DNS record types is used for reverse DNS queries?

A.

CNAME

B.

IN

C.

PTR

D.

REV

E.

RIN

In response to a certificate signing request, a certification authority sent a web server certificate along with the certificate of an intermediate certification authority that signed the web server certificate. What should be done with the intermediate certificate in order to use the web server certificate with Apache HTTPD?

A.

The intermediate certificate should be merged with the web server’s certificate into one file that is specified in SSLCertificateFile

B.

The intermediate certificate should be used to verify the certificate before its deployment on the web server and can be deleted

C.

The intermediate certificate should be stored in its own file which is referenced in SSLCaCertificateFile

D.

The intermediate certificate should be improved into the certificate store of the web browser used to test the correct operation of the web server

E.

The intermediate certificate should be archived and resent to the certification authority in order to request a renewal of the certificate

When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?

A.

remote_proxy

B.

reverse_proxy

C.

proxy_reverse

D.

proxy_pass

E.

forward_to

Which of the following lines in the sshd configuration file should, if present, be changed in order to increase the security of the server? (Choose two.)

A.

Protocol 2, 1

B.

PermitEmptyPasswords no

C.

Port 22

D.

PermitRootLogin yes

E.

IgnoreRhosts yes

What is the purpose of DANE?

A.

Verify the integrity of name information retrieved via DNS.

B.

Allow secure dynamic DNS updates.

C.

Invalidate name information stored on caching name servers to speed up DNS updates.

D.

Discover which servers within a DNS domain offer a specific service.

E.

Provide a way to verify the association of X 509 certificates to DNS host names.

Which directive in a Nginx server configuration block defines the TCP ports on which the virtual host will be available, and which protocols it will use? (Specify ONLY the option name without any values.)

Which BIND option should be used to limit the IP addresses from which slave name servers may connect?

A.

allow-zone-transfer

B.

allow-transfer

C.

allow-secondary

D.

allow-slaves

E.

allow-queries