{% extends "sshkm/base.html" %} {% block title %}First Steps{% endblock %} {% block content %}

You heaven't uploaded your master public and private key yet.
This is the key which should be in every authorized_keys file of your superusers (default: root) on all your hosts.
Login as user with Admin priviledges and navigate to the settings page (the little gear-wheel icon in the top right corner).
There you can upload the keys.

Then you can create your hosts, keys, groups (of keys), OS-users.
If you finished that you define your permissions. This means which group (of keys) should be able to login to which OS-user on which host.
On the Hosts page you can deploy these permissions.

For additional information go to Docs or visit the wiki

{% endblock %}