{% translate 'Authorized Keys' %}
{% translate 'Manage OpenSSH Authorized Keys' %}
{% translate 'Allow SSH access from these public keys. You can manage the authorized keys from here' %}
{% translate "Please always remove the unused SSH public keys from your account." %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'My Authorized Keys' %}
{% translate 'Sl.No' %} | {% translate 'SSH Public Key' %} | {% translate 'Action' %} |
---|---|---|
{% translate 'Sl.No' %} | {% translate 'SSH Public Key' %} | {% translate 'Action' %} |