<div>When adding or removing SSH keys to my account I have been getting the following error:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Content-Type: text/plain; charset=utf-8</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>Error processing form</blockquote>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>Key processing failed. Please contact the administrator. Detail: Traceback (most recent call last):<br>
  File &quot;/data/pypi/src/pypi/sshkeys_update.py&quot;, line 4, in &lt;module&gt;<br>    c = config.Config(&quot;config.ini&quot;)<br>  File &quot;/data/pypi/src/pypi/config.py&quot;, line 10, in __init__<br>    self.database_name = c.get(&#39;database&#39;, &#39;name&#39;)<br>
  File &quot;/usr/lib/python2.6/ConfigParser.py&quot;, line 532, in get<br>    raise NoSectionError(section)<br>ConfigParser.NoSectionError: No section: &#39;database&#39;</blockquote><div><br></div><div>I do see the key in my user info, but when I ssh (pypissh) I get a public key denied.</div>
<div><br></div><div>I have done the following:</div><div><ul><li>``ssh-add`` (with a valid agent running)</li><li>``python -m pypissh``<br>and<br>``ssh -T -l submit <a href="http://ssh.pypi.python.org">ssh.pypi.python.org</a>``</li>
</ul><div><br></div></div><div>-Terence</div>