{% extends "base.html" %} {% block title %}Add SSH key — rosbackup-ng{% endblock %} {% block page_title %}Add SSH key{% endblock %} {% block head_actions %}← SSH Keys{% endblock %} {% block content %}
{% if error %}{% endif %}

Manually pin a device's host key. Choose the device (its address is resolved automatically) and paste the key in OpenSSH format. This replaces any key currently pinned for that device.

Supported key types: ssh-ed25519, ssh-rsa, ecdsa-sha2-nistp256/384/521 (the trailing comment is ignored).

{% endblock %}