When configuring SSH key-based authentication, which file is typically modified on the server?
- ~/.ssh/id_rsa
- /etc/passwd
- /etc/ssh/sshd_config
- /etc/sudoers
When configuring SSH key-based authentication on the server, the typical file to modify is /etc/ssh/sshd_config. This file contains configuration settings for the SSH server, including options related to key-based authentication.
Loading...
Related Quiz
- Which virtualization solution is directly supported in the Linux kernel?
- You're debugging a script and notice that an operation splits a string incorrectly. You suspect it might be related to the field separator. Which built-in variable should you check?
- To restrict users from logging in via SSH, you would modify the ________ file.
- Services in Linux that start at boot and run in the background are commonly referred to as _________.
- To change the primary group of a user, the ________ command is utilized.