<% if (nonlocal) { %>
GENI Users; be sure to add ssh keys at your portal if you want to log in from your desktop. Keys at your portal will be reflected in the list below.
<% } %>
<% _.each(pubkeys, function(pubkey) { var key_href = 'key_' + pubkey.index; var key_title = pubkey.comment; var delete_id = "delete_key_" + pubkey.index; var panel_id = "panel_" + pubkey.index; %>
<% if (!nonlocal) { %> <% } %>
<%- pubkey.pubkey %>
<% }); %>
<% if (!nonlocal) { %>

Add Key

Upload a file or paste it in the text box. This will allow you to login using your favorite ssh client. Without a SSH key, you will be limited to using a shell window in your browser. Don't know how to generate your SSH key? See this tutorial.
<% } %>