<p dir="ltr"><br>
On May 12, 2015 10:37 AM, &quot;Ben Cotton&quot; &lt;<a href="mailto:bcotton@fedoraproject.org">bcotton@fedoraproject.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Sandra,<br>
&gt;<br>
&gt; Try using /git/ instead of /cgit/ in your URL. That should clear it up for you.<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt; BC<br>
&gt;<br>
&gt; --<br>
&gt; Ben Cotton<br>
&gt; --<br>
&gt; </p>
<p dir="ltr">I also habitually add entries to ~/.ssh/config like this:</p>
<p dir="ltr">Host *<a href="http://fedorahosted.org">fedorahosted.org</a> *<a href="http://fedoraproject.org">fedoraproject.org</a> *<a href="http://fedorapeople.org">fedorapeople.org</a><br>
   User fasusername<br>
   IdentityFile ~/.ssh/fedora_id_rsa<br>
   IdentitiesOnly yes</p>
<p dir="ltr">ssh and tools that use it like git, scp, or rsync will then always know the right username and private key and I can be lazy about connect commands.</p>
<p dir="ltr">--Pete</p>