  <tmpl_include name="header">

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

  <p><tmpl_var name="sshkeys_confirm_add">
    <b><tmpl_var name="client"></b>?</p>

  <form action="?rm=sshkeys" method="post">
    <input type="hidden" id="rm" name="rm" value="sshkeys">
    <input type="hidden" id="action" name="action" value="add">
    <input type="hidden" id="client" name="client"
      value="<tmpl_var name="client">">
    <input type="hidden" id="type" name="type"
      value="<tmpl_var name="type">">
    <inut type="hidden" id="username" name="username"
      value="<tmpl_var name="username">">
    <p><tmpl_var name="password_for">
      <tmpl_var name="username">@<tmpl_var name="address">:
      <input type="password" id="password" name="password"></p>
    <input type="submit" name="add_public_key" id="add_public_key"
      value="<tmpl_var name="add">">
  </form>

  <tmpl_include name="footer">