cd /etc/ssh/
mkdir default_keys
mv ssh_host_* default_keys

The Following Command Will Regenerate The SSH Keys:

dpkg-reconfigure openssh-server

The Following Command Will Display The SSH Keys To See If They Changed:

md5sum ssh_host_*

Run The Following Command To Compare The SSH Keys:

cd default_keys
md5sum *