looks like I spoke too soon..  here is the output, does yours actually work?<br><div class="gmail_quote"><br>ssh -v <a href="mailto:jzygmont@cvs.rpmfusion.org" target="_blank">jzygmont@cvs.rpmfusion.org</a>   gives the following (snipped)<br>
<br>debug1: Host &#39;<a href="http://cvs.rpmfusion.org" target="_blank">cvs.rpmfusion.org</a>&#39; is known and matches the RSA host key.<br>
debug1: Found key in /root/.ssh/known_hosts:2<br>debug1: ssh_rsa_verify: signature correct<br>debug1: SSH2_MSG_NEWKEYS sent<br>debug1: expecting SSH2_MSG_NEWKEYS<br>debug1: SSH2_MSG_NEWKEYS received<br>debug1: SSH2_MSG_SERVICE_REQUEST sent<br>

debug1: SSH2_MSG_SERVICE_ACCEPT received<br>debug1: Authentications that can continue: publickey,gssapi-with-mic<br>debug1: Next authentication method: gssapi-with-mic<br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>

No credentials cache found<br><br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>No credentials cache found<br><br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>

<br><br>debug1: Next authentication method: publickey<br>debug1: Trying private key: /root/.ssh/identity<br>debug1: Offering public key: /root/.ssh/id_rsa<br>debug1: Authentications that can continue: publickey,gssapi-with-mic<br>

debug1: Trying private key: /root/.ssh/id_dsa<br>debug1: No more authentication methods to try.<div class="im"><br>Permission denied (publickey,gssapi-with-mic).<br><br><br><br><br></div><div class="gmail_quote"><div class="im">
On Sat, Aug 15, 2009 at 7:42 PM, Lubomir Rintel <span dir="ltr">&lt;<a href="mailto:lkundrak@v3.sk" target="_blank">lkundrak@v3.sk</a>&gt;</span> wrote:<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div>On Sat, 2009-08-15 at 15:41 +0800, solarflow99 wrote:<br>

&gt; does anyone know what has to be done to import my public key?  I am<br>
&gt; trying to send my src rpm into CVS and i&#39;m getting this:<br>
&gt;<br>
&gt; # cvs co common<br>
&gt; Permission denied (publickey,gssapi-with-mic).<br>
&gt; cvs [checkout aborted]: end of file from server (consult above<br>
&gt; messages if any)<br>
<br>
</div></div>1.) Check verbose output from ssh for errors:<br>
ssh -v <a href="mailto:your_login@cvs.rpmfusion.org" target="_blank">your_login@cvs.rpmfusion.org</a><br>
<br>
2.) Please check that public key for the key that&#39;s used (you&#39;ll see<br>
which one is it in output of above command) matches the key you<br>
specified in the Account System (FAS)<br>
<br>
3.) Please ensure that you have CVSROOT and CVS_RSH set correctly. They<br>
should look like:<br>
export CVS_RSH=ssh<br>
export CVSROOT=:ext:your_login@cvs.rpmfusion.org:/cvs/free<br>
or<br>
export CVSROOT=:ext:your_login@cvs.rpmfusion.org:/cvs/nonfree<br>
<br>
Have a nice weekend!<br>
<font color="#888888"><br>
--<br>
&quot;Excuse all the blood&quot; -- Dead<br>
<br>
</font></blockquote></div></div></div><br>
</div><br>