On the Gnu Privacy Guard Howto I learned how to create a revocation certificate for my public key:
$ gpg --output revoke.asc --gen-revoke $GPGKEY
Where $GPGKEY is the Key-ID of a certificate in your system.
On the Gnu Privacy Guard Howto I learned how to create a revocation certificate for my public key:
$ gpg --output revoke.asc --gen-revoke $GPGKEY
Where $GPGKEY is the Key-ID of a certificate in your system.
If you want to allow root logins to your server, but want to disallow root logins with a password (leaving key logins enabled), then you can edit your /etc/ssh/sshd_config file and specify PermitRootLogin without-password.