  <tmpl_include name="header">

  <h2><tmpl_var name="sshkeys"></h2>

  <p><tmpl_var name="sshkeys_confirm_create">?</p>

  <form action="?rm=sshkeys" method="post">
    <input type="hidden" id="rm" name="rm" value="sshkeys">
    <input type="hidden" id="action" name="action" value="create">
    <input type="submit" name="create_key_pair" id="create_key_pair"
      value="<tmpl_var name="create">">
  </form>

  <tmpl_include name="footer">