{% extends 'console-base.html' %} {% block title %}SSH Public Keys{% endblock %} {% block consoletitle %}Console - SSH Public Keys{% endblock %} {% block consolecontent %} {% if ssh_public_keys[0] is defined %}
Paste the contents of your SSH public key file here. ( Something like ~/.ssh/id_rsa.pub )
The contents of this file should look similar to ssh-rsa AAAAC3NzaC1l...Yqv== me@my-computer
If you wish, you can generate a new SSH key pair using the ssh-keygen utility.