LPI 202-450 - LPIC-2 Exam 202 Exam
Page: 2 / 24
Total 120 questions
Question #6 (Topic: Single Topic)
What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?
A. src-port
B. remote
C. source-port
D. nobind
E. dynamic-bind
Answer: D
Question #7 (Topic: Single Topic)
Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
A. The Linux user which runs the vsftpd process
B. The Linux user that owns the root FTP directory served by vsftpd
C. The Linux user with the same user name that was used to anonymously log into the FTP server
D. The Linux user root, but vsftpd grants access to anonymous users only to globally read-/writeable files
E. The Linux user specified in the configuration option ftp_username
Answer: E
Question #8 (Topic: Single Topic)
Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)
A. PAMAuthentication
B. ChallengegeResponseAuthentication
C. PermitPlaintextLogin
D. UsePasswords
E. PasswordAuthentication
Answer: BE
Question #9 (Topic: Single Topic)
When the default policy for the netfilter INPUT chain is set to DROP, why should a rule allowing traffic to localhost exist?
A. All traffic to localhost must always be allowed
B. It doesn’t matter; netfilter never affects packets addressed to localhost
C. Some applications use the localhost interface to communicate with other applications
D. syslogd receives messages on localhost
E. The iptables command communicates with the netfilter management daemon netfilterd on localhost to create and change packet filter rules
Answer: C
Question #10 (Topic: Single Topic)
FILL BLANK
What command creates a SSH key pair? (Specify ONLY the command without any path or parameters)
What command creates a SSH key pair? (Specify ONLY the command without any path or parameters)
Answer: ssh-keygen