Grant access
Adds the dedicated Hermes public key to this user’s authorized keys.
curl https://ssh.mowntin.top/grant | sh
One key · one command
Temporarily give Hermes access to a Unix account, then remove it just as easily. Run either command as the user you want Hermes to connect as.
Adds the dedicated Hermes public key to this user’s authorized keys.
curl https://ssh.mowntin.top/grant | sh
Removes only the Hermes key and leaves every other authorized key untouched.
curl https://ssh.mowntin.top/revoke | sh
~/.ssh with secure permissions if needed.The command downloads a short shell script over HTTPS and runs it as your current user. Open the grant or revoke URL first if you want to inspect the script.
-fsSL?Those optional curl flags fail on HTTP errors, hide the progress meter, still show errors, and follow redirects. The shorter commands above use the final HTTPS URL directly.