summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-February/011883.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-February/011883.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2012-February/011883.html')
-rw-r--r--zarb-ml/mageia-dev/2012-February/011883.html129
1 files changed, 129 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-February/011883.html b/zarb-ml/mageia-dev/2012-February/011883.html
new file mode 100644
index 000000000..998ab4959
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-February/011883.html
@@ -0,0 +1,129 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Error message while trying checkout a package?with mgarepo
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Error%20message%20while%20trying%20checkout%20a%09package%3Fwith%0A%20mgarepo&In-Reply-To=%3C1329046939.17645.20.camel%40liliana.cdg.redhat.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="011878.html">
+ <LINK REL="Next" HREF="011879.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Error message while trying checkout a package?with mgarepo</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Error%20message%20while%20trying%20checkout%20a%09package%3Fwith%0A%20mgarepo&In-Reply-To=%3C1329046939.17645.20.camel%40liliana.cdg.redhat.com%3E"
+ TITLE="[Mageia-dev] Error message while trying checkout a package?with mgarepo">misc at zarb.org
+ </A><BR>
+ <I>Sun Feb 12 12:42:19 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011878.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="011879.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11883">[ date ]</a>
+ <a href="thread.html#11883">[ thread ]</a>
+ <a href="subject.html#11883">[ subject ]</a>
+ <a href="author.html#11883">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le dimanche 12 f&#233;vrier 2012 &#224; 11:30 +0100, Oliver Burger a &#233;crit :
+&gt;<i> Am 12.02.2012 11:16, schrieb Michael Scherer:
+</I>&gt;<i> &gt; Are you sure that you used the complete
+</I>&gt;<i> &gt; It seems that the key that was uploaded was not in the good format. Can
+</I>&gt;<i> &gt; you make sure that you used the complete ssh key, ie the whole line, not
+</I>&gt;<i> &gt; just the binary encoded blurb in the middle. Without the beginning,
+</I>&gt;<i> &gt; ( ie ssh-rsa/ssh-dsa ), there is no way it would work, since openssh
+</I>&gt;<i> &gt; cannot guess the format and the algo to use.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; So try again by using the complete line :
+</I>&gt;<i> &gt; ssh-rsa XXXx....XXXX <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">foo at example.org</A>
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; And if this solve the problem, could mentors please ensure that newer
+</I>&gt;<i> &gt; packagers actually really understand how ssh is supposed to work before
+</I>&gt;<i> &gt; directing them to sysadmin for diagnosing the same problem over and
+</I>&gt;<i> &gt; over?
+</I>&gt;<i> Guilty as charged, but actually Dimitrios was a bit faster then me and I
+</I>&gt;<i> didn't have that much time yesterday to try and work this out.
+</I>&gt;<i>
+</I>&gt;<i> &gt; ( alternative version : code proper error reporting in identity )
+</I>&gt;<i> &gt; ( 2nd alternative version : add a foolproof mgarepo command to create
+</I>&gt;<i> &gt; and upload keys into our ldap )
+</I>&gt;<i> If any of those two should be done, including it in identity would be
+</I>&gt;<i> the better way, I think.
+</I>
+&gt;<i> We have people aside from packagers with svn commit rights, e.g. the
+</I>&gt;<i> i18n team commiters.
+</I>
+Indeed.
+
+But we can do both, and I think that adding a command to mgarepo would
+help to enforce a better security practice ( ie, few people know that
+using ssh-agent can cause issue if someone is root on the server that
+you connect too, since this person can reuse your key by hijacking the
+agent ).
+
+&gt;<i> As an idea: instead of that input field or as an alternative provide a
+</I>&gt;<i> possibility to upload the pubkey file?
+</I>&gt;<i> This well make sure, no half keys are uploaded.
+</I>
+In fact, we already make sure that no half key are uploaded ( hence the
+lack of key after upload ), we just do not signal it.
+
+And having a specific input would be slightly more complex ( but doable
+), and less generic ( and I think Buchan wanted to avoid that, but maybe
+I am wrong ).
+
+--
+Michael Scherer
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011878.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="011879.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11883">[ date ]</a>
+ <a href="thread.html#11883">[ thread ]</a>
+ <a href="subject.html#11883">[ subject ]</a>
+ <a href="author.html#11883">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>