diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110924/005472.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20110924/005472.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110924/005472.html b/zarb-ml/mageia-discuss/20110924/005472.html new file mode 100644 index 000000000..37ac7c3a1 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110924/005472.html @@ -0,0 +1,99 @@ +<!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=%3C4E7E22C9.5030205%40unige.ch%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005471.html"> + <LINK REL="Next" HREF="005470.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=%3C4E7E22C9.5030205%40unige.ch%3E" + TITLE="[Mageia-discuss] password-less ssh">Juergen.Harms at unige.ch + </A><BR> + <I>Sat Sep 24 20:34:49 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005471.html">[Mageia-discuss] password-less ssh +</A></li> + <LI>Next message: <A HREF="005470.html">[Mageia-discuss] password-less ssh +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5472">[ date ]</a> + <a href="thread.html#5472">[ thread ]</a> + <a href="subject.html#5472">[ subject ]</a> + <a href="author.html#5472">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/24/2011 06:30 PM, Deri James wrote: +><i> It "StrictModes" is turned on in sshd_conf I assume the permissions of the +</I>><i> link itself is checked +</I> +StrictMode no or yes does not make any difference: password still +required if login from the laptop to the server + + > Another possibility is to set AuthorizedKeysFile to + > point to your file in /etc + +I did not try to put my user data to /etc ..., /etc is not a place for +user-specific data, and is specific to each OS partition. I tried (and +/common is not on my root file-system - the problem might be there) + +AuthorizedKeysFile /common/share/home/harms/.ssh/authorized_keys + +Result: password is still required; but there is an effect: a plain +/home/harms/.ssh/authorized_keys is not seen any more. + + + +Summary +- ssh does not correctly use an authorized_keys file if the target is a + symbolic link form $HOME/.ssh +- this problem only exists for sessions started from a laptop on a + desktop server, the other way round there is no problem +- this problem has only recently appeared +- using mount --bind for mounting $HOME/.ssh at on a template + directory results in correct behaviour +- twiddling /etc/ssh/sshd_conf (StrictMode, AuthorizedKeysFile) does + not produce satisfactory results. + +For me, there is a simple workaround which I now use: rather than +creating a link to my template file, I put a copy of the template data +into $HOME/.ssh/authorized_keys (extremely unfrequent modifications, no +problem to create a new copy in case the template data really change) + +The reason why I started this discussion is that there may be a faint +risk that an abnormal behaviour of ssh could create problems in +situations less obvious than a plain remote shell session - many +distributed applications use ssh "hidden" in the application. + +But since I am the only one to observe this problem, opening a bug is in +my opinion not justified. +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005471.html">[Mageia-discuss] password-less ssh +</A></li> + <LI>Next message: <A HREF="005470.html">[Mageia-discuss] password-less ssh +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5472">[ date ]</a> + <a href="thread.html#5472">[ thread ]</a> + <a href="subject.html#5472">[ subject ]</a> + <a href="author.html#5472">[ 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> |