To restrict users from logging in via SSH, you would modify the ________ file.
- /etc/ssh/sshd_config
- /etc/ssh/ssh_config
- /etc/sshd/ssh_config
- /etc/ssh/sshd
To restrict users from logging in via SSH, you would modify the /etc/ssh/sshd_config file. This file contains configuration options for the SSH server, and you can specify access restrictions and settings here.
Loading...
Related Quiz
- What is the primary purpose of the /home directory in Linux?
- You notice that a process on your Linux system is consuming too much CPU. Which command would you use to adjust its priority?
- Which command is used to send ICMP echo requests to test network connectivity?
- You've been tasked to ensure a specific service always restarts after failure. Which Linux system would you primarily use to achieve this?
- If you need to view the route taken by packets to reach a network host, which command would you use?