ls -alp /etc/ssh/ssh_host_dsa_key.pub | cut -d ” ” -f6-10
the keys are generated when you install the os.
For Redhat system you can also check following.
rpm -qi basesystem | grep “Install Date”
ls -alp /etc/ssh/ssh_host_dsa_key.pub | cut -d ” ” -f6-10
the keys are generated when you install the os.
For Redhat system you can also check following.
rpm -qi basesystem | grep “Install Date”