9 | | '''TODO''': list steps for doing so |
| 9 | '''TODO''': cleanup steps for doing so |
| 10 | |
| 11 | Instructions from irc |
| 12 | {{{ |
| 13 | 10:55 <@jamie> in terms of key re-vocation, it should be two steps: |
| 14 | 10:56 <@jamie> monkeysphere-host revoke-key |
| 15 | 10:56 <@jamie> that revokes the server's ssh monkeysphere key |
| 16 | 10:56 <@jamie> and then, to revoke the root@server.mayfirst.org's key: |
| 17 | 10:57 <@jamie> gpg --list-secret-key to get the secret key id for the root user. |
| 18 | 10:58 <@jamie> followed by gpg --edit-key <gpgid> |
| 19 | 10:58 <@jamie> then: revkey |
| 20 | 10:58 <@jamie> then save |
| 21 | 10:58 <@jamie> then gpg --send-key <gpgid> |
| 22 | }}} |