{% extends "control/control_base.html" %} {% block style %} {{ block.super }} {% endblock style %} {% block title %} Change Key - Seattle Clearinghouse {% endblock title %} {% block nav_profile %} Profile {% endblock nav_profile %} {% block content %}

Change Your Key

You can change the key you use to access your vessels. After you change your key, it may take a few minutes before you can access all of your vessels with your new key or see them listed when you browse with Seash.

Upload a public key

{% if error_msg %}
{{ error_msg }}
{% endif %}

If you have generated a key pair on your own computer (for example, using Seash), you can upload your public key here. Do not upload your private key.



Generate a new key

If you don't want to generate a new key, we can generate a new one for you. After we generate it, you will need to download the public and private keys we generated.
{% endblock content %}