{% extends "base.html" %} {% block title %}Connection Manager{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Create a master password to encrypt your saved credentials. This password is required to unlock your vault each session.
Enter your master password to access saved credentials.
| Name | Host | Credential | Usage | Last Used | Actions | |
|---|---|---|---|---|---|---|
|
{{ conn.connection_name }}
{% if conn.notes %}
{{ conn.notes[:50] }}{% if conn.notes|length > 50 %}...{% endif %}
{% endif %}
|
{{ conn.host }}:{{ conn.port }}
|
{% if conn.credential_name %} {{ conn.credential_name }} ({{ conn.username }}) {% else %} — {% endif %} | {% if conn.use_count > 0 %} {{ conn.use_count }}× {% else %} — {% endif %} | {% if conn.last_used %} {{ conn.last_used[:10] }} {% else %} Never {% endif %} |
|
Save your frequently used connections for quick access.
Manage your encrypted credentials. These can be linked to saved connections.
| Name | Username | Type | Actions |
|---|---|---|---|
| {{ cred.credential_name }} {% if cred.is_default %} Default {% endif %} | {{ cred.username }} | {% if cred.has_ssh_key %} SSH Key {% else %} Password {% endif %} |
Create credentials to quickly connect to your devices.
Resetting your vault will permanently delete all saved credentials. You will need to set a new master password and re-enter all credentials.