April 01, 2018

The difference between ssh_config and sshd_config


cat of ssh_config

❑ ssh_config : The configuration file for SSH client utility.

❑ sshd_config : The configuration file for SSH daemon.


※ If someone connects to a server with SSH, the person is affected by system's ssh_config file in use, and the server's SSH daemon is affected by the server's sshd_config file.