recreate a public key using ssh-keygen
It is possible to recreate your ssh public key using the following:
ssh-keygen -y -f ./id_dsa > id_dsa.pub
It is possible to recreate your ssh public key using the following:
ssh-keygen -y -f ./id_dsa > id_dsa.pub