diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110924/005466.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20110924/005466.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110924/005466.html b/zarb-ml/mageia-discuss/20110924/005466.html new file mode 100644 index 000000000..48764e191 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110924/005466.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] password-less ssh + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20password-less%20ssh&In-Reply-To=%3C4E7DA412.4010904%40unige.ch%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005465.html"> + <LINK REL="Next" HREF="005467.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] password-less ssh</H1> + <B>Juergen Harms</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20password-less%20ssh&In-Reply-To=%3C4E7DA412.4010904%40unige.ch%3E" + TITLE="[Mageia-discuss] password-less ssh">Juergen.Harms at unige.ch + </A><BR> + <I>Sat Sep 24 11:34:10 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005465.html">[Mageia-discuss] password-less ssh +</A></li> + <LI>Next message: <A HREF="005467.html">[Mageia-discuss] password-less ssh +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5466">[ date ]</a> + <a href="thread.html#5466">[ thread ]</a> + <a href="subject.html#5466">[ subject ]</a> + <a href="author.html#5466">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Sorry, I tried to keep my message short: The only difference is the +creation of the .ssh/authorized_keys + +working: cp /common/share/home/harms/.ssh/authorized_keys . +kaputt: ln -s /common/share/home/harms/.ssh/authorized_keys . + +(after a cd $HOME/.ssh, with a correctly defined authorized_keys +template file, as well contents as permissions) + +I checked and re-checked everything else (I know - this is a well-known +statement ... - but the thing that matters is that the contents of all +the ssh key files is identical in both cases) + +ssh -v output is similar for both cases up to and including + Trying private key: /home/harms/.ssh/identity + Offering RSA public key: /home/harms/.ssh/id_rsa + +with the copied authorized_keys, the next message is + Server accepts key: pkalg ssh-rsa blen 277 + ... ending up with a correctly established session (no password asked) + +with the link, the next message is + Authentications that can continue: publickey,password,keyboard- +interactive + ... than trying other methods, ending up with asking for the password +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005465.html">[Mageia-discuss] password-less ssh +</A></li> + <LI>Next message: <A HREF="005467.html">[Mageia-discuss] password-less ssh +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5466">[ date ]</a> + <a href="thread.html#5466">[ thread ]</a> + <a href="subject.html#5466">[ subject ]</a> + <a href="author.html#5466">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |