# /etc/ssh: Included files ## SSH server configuration (sshd_config) This is a pretty basic SSH server setup with a few options initially commented out for ease of setup. You should generate SSH Host Keys and enable the relevant lines in the configuration. In addition, you should generate ssh key-pairs for your users and then set both *PermitRootLogin* and *PasswordAuthentication* to **no**. The default configuration included here will: - listen on all configured interfaces - **listen on non-standard port 222** - permit root login - permit passwords for authentication The commented lines indicate the *recommended settings* and appear directly before the setting currently enabled that should be changed (i.e. line removed and replaced with the commented line above it). Please see my post at [My Techie-Thoughts](https://mytechiethoughts.com/