<font size=2 face="sans-serif">I am working through the instructions at
</font><a href=https://wiki.openstack.org/wiki/GerritWorkflow><font size=2 face="sans-serif">https://wiki.openstack.org/wiki/GerritWorkflow</font></a><font size=2 face="sans-serif">
- and things are going OK, including installing ~/.ssh/id_rsa.pub at </font><a href="https://review.openstack.org/#/settings/ssh-keys"><font size=2 face="sans-serif">https://review.openstack.org/#/settings/ssh-keys</font></a><font size=2 face="sans-serif">,
without any linebreaks in the middle nor at the end - except it fails at
the point where I test my ability to use github:</font>
<br>
<br><tt><font size=2>mjs9:~ mspreitz$ git config --list</font></tt>
<br><tt><font size=2>user.name=Mike</font></tt>
<br><tt><font size=2>user.email=mspreitz@us.ibm.com</font></tt>
<br><tt><font size=2>core.editor=emacs</font></tt>
<br>
<br><tt><font size=2>mjs9:~ mspreitz$ ssh -T git@github.com</font></tt>
<br><tt><font size=2>Warning: Permanently added the RSA host key for IP
address '192.30.252.131' to the list of known hosts.</font></tt>
<br><tt><font size=2>Permission denied (publickey).</font></tt>
<br>
<br>
<br><font size=2 face="sans-serif">What's going wrong here?</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Mike</font>