The plot thickens! <br><br>Apparently even my normal/regular login<br><br>ssh -i (path to my cert) -l (mylogin) [destination IP]<br><br>has been generating the same error, I didn&#39;t know about it because I didn&#39;t have -v<br>
<br>debug1: Authentications that can continue: publickey,gssapi-with-mic,password<br>debug1: Next authentication method: gssapi-with-mic<br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>Credentials cache file &#39;/tmp/krb5cc_0&#39; not found<br>
<br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>Credentials cache file &#39;/tmp/krb5cc_0&#39; not found<br><br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>
<br><br>debug1: Unspecified GSS failure.  Minor code may provide more information<br>Credentials cache file &#39;/tmp/krb5cc_0&#39; not found<br><br>checking perms on authorized_keys, and my ssh conffig <br><br>mbean@6M4S5R1 ~/.ssh $ ls -la<br>
total 20<br>drwx------  2 mbean mbean 4096 Sep 12 11:32 .<br>drwxr-xr-x 43 mbean mbean 4096 Sep 12 08:58 ..<br>-rw-r--r--  1 mbean mbean  963 Sep 12 11:32 authorized_keys<br>-rw-r--r--  1 mbean mbean  442 Sep 12 11:02 known_hosts<br>
-rw-r--r--  1 mbean mbean   32 Sep 12 11:14 ssh_config<br><br>No idea what sort of &quot;credentials cache file&quot; it&#39;s looking for.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">David L. Anselmi</b> <span dir="ltr">&lt;<a href="mailto:anselmi@anselmi.us">anselmi@anselmi.us</a>&gt;</span><br>
Date: Sat, Sep 8, 2012 at 9:34 PM<br>Subject: Re: [clue] scp help?<br>To: CLUE&#39;s mailing list &lt;<a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a>&gt;<br><br><br><div class="im">Mike Bean wrote:<br>
&gt;<br>
&gt; it&#39;s just sudo ssh -i (path to my cert) -l (mylogin) (some destination<br>
&gt; server)<br>
<br>
</div>Why do you use sudo for this?<br>
<div class="im"><br>
&gt; scp (some file) -i [path to my cert] mylogin:someserver (destination<br>
&gt; directly on some server)<br>
<br>
</div>Could it be that if you don&#39;t use sudo some permissions are wrong?<br>
<br>
I don&#39;t particularly understand your specific problem but when I&#39;ve seen this before it&#39;s due to<br>
configuration on the server side.  Like the .ssh directory doesn&#39;t have the right permissions.  So<br>
I&#39;ve found my clues in the sshd log.<br>
<br>
Dave<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</div></div></div><br>