5 lines
303 B
HTML
5 lines
303 B
HTML
{% extends "base.html" %}{% block title %}r00t^2 SSH Key Repository || About{% endblock %}{% block body %}<div class="jumbotron">
|
|
<h1>About</h1></div>
|
|
<p>This is a tool to deliver SSH public keys (or, optionally, host keys) to SSH's authentication system in a safe and secure manner.</p>
|
|
{% endblock %}
|