{% extends "meta.html" %} {% block title %}
The following SSH keys are associated with your account:
Name | Fingerprint | Authorized | Last Used | |
---|---|---|---|---|
{{key.comment}} | {{key.fingerprint}} | {{key.created|date}} | {{key.last_used|date}} |
The following PGP keys are associated with your account:
Fingerprint | Authorized | Expiration | |||
---|---|---|---|---|---|
{{key.fingerprint_hex}} | {{key.created|date}} | {% if not key.expiration %}Does not expire | {% elif key.expiration > now %}{{key.expiration|date}} | {% else %}Expired {{key.expiration|date}} | {% endif %}