On step 2 of [Secure /etc/ssh/sshd_config](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#secure-etcsshsshd_config), a quick and dirty way to find any duplicate parameter is with: `awk '{print $1}' /etc/ssh/sshd_config | sort | uniq -c | grep -v ' 1 ' `