LPI 202-450 - LPIC-2 Exam 202 Exam
Page: 3 / 24
Total 120 questions
Question #11 (Topic: Single Topic)
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
Answer: C
Question #12 (Topic: Single Topic)
What is the name of the network security scanner project which, at the core, is a server with a set of network vulnerability tests?
A. NetMap
B. OpenVAS
C. Smartscan
D. Wireshark
Answer: B
Question #13 (Topic: Single Topic)
With fail2ban, what is a "˜jail'?
A. A netfilter rules chain blocking offending IP addresses for a particular service
B. A group of services on the server which should be monitored for similar attack patterns in the log files
C. A filter definition and a set of one or more actions to take when the filter is matched
D. The chroot environment in which fail2ban runs
Answer: C
Question #14 (Topic: Single Topic)
The program vsftpd, running in a chroot jail, gives the following error:

Which of the following actions would fix the error?

Which of the following actions would fix the error?
A. The file /etc/ld.so.conf in the root filesystem must contain the path to the appropriate lib directory in the chroot jail
B. Create a symbolic link that points to the required library outside the chroot jail
C. Copy the required library to the appropriate lib directory in the chroot jail
D. Run the program using the command chroot and the option--static_libs
Answer: C
Question #15 (Topic: Single Topic)
Which of the following Samba configuration parameters is functionally identical to the parameter read only=yes?
A. browseable=no
B. read write=no
C. writeable=no
D. write only=no
E. write access=no
Answer: C