Basta mover o arquivo para fora / excluí-lo e reinstalar o pacote apropriado.
$ rpm -qf /etc/ssh/sshd_config # to find out what package owns the file
openssh-server
$ mv /etc/ssh/sshd_config{,.old} # backup the modified version
$ yum reinstall openssh-server # will create the file with default configuration