The configuration file for the OpenSSH server is called sshd_config. It is typically located in /etc/ssh on most *NIX systems, but is /etc/sshd_config in the case of MacOS X and perhaps other systems. OpenSSH has two different sets of configuration files: one for client programs (ssh, scp, and sftp) and one for the server daemon (sshd). System-wide SSH configuration information is stored in the /etc/ssh/ directory1. References: 1: Where is the configuration file for OpenSSH server?
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit