1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!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=%3C201109240959.12857.maarten%40rmail.be%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005464.html">
<LINK REL="Next" HREF="005466.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] password-less ssh</H1>
<B>Maarten Vanraes</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20password-less%20ssh&In-Reply-To=%3C201109240959.12857.maarten%40rmail.be%3E"
TITLE="[Mageia-discuss] password-less ssh">maarten at rmail.be
</A><BR>
<I>Sat Sep 24 09:59:12 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005464.html">[Mageia-discuss] password-less ssh
</A></li>
<LI>Next message: <A HREF="005466.html">[Mageia-discuss] password-less ssh
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5465">[ date ]</a>
<a href="thread.html#5465">[ thread ]</a>
<a href="subject.html#5465">[ subject ]</a>
<a href="author.html#5465">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op zaterdag 24 september 2011 09:28:51 schreef Juergen Harms:
><i> I need password-less ssh between all Linux systems on my LAN. Worked
</I>><i> great until some weeks (?) ago. Still works for opening sessions from my
</I>><i> laptop to run on the server. But when the server opens a session on the
</I>><i> laptop, all at sudden a password is required.
</I>><i>
</I>><i> My configuration is slightly complex: my systems are multi-boot with
</I>><i> several OS-partitions (for instance to ease coexistance between the
</I>><i> production system and cauldron). To simplify key management, I keep the
</I>><i> key files in a template-directory in a shared (non-OS) partition,
</I>><i> replacing the files in $HOME/.ssh by symbolic links to files in that
</I>><i> directory (and, the server and the laptop are configured as identical as
</I>><i> possible, in particular, same ssh_config and sshd_config files).
</I>><i>
</I>><i> I can make (sounds easy, was quite a loss of time to find out) the
</I>><i> problem come and go by having $HOME/.ssh/authorized-keys as a link into
</I>><i> the shared directory (come), or using a copy of the template file (go) -
</I>><i> as said, the problem only appears on the laptop (and no problem having
</I>><i> the public and private key files implemented as links). Note: the
</I>><i> permissions are ok (0600 for the private key file and for authorized keys).
</I>><i>
</I>><i> For the user that is a regression - is this a bug to be filed?, is it
</I>><i> due to some security enhancement and just bad luck?
</I>
so, what exactly is different, can you do an ssh -v to check?
is the authorized keys file still linked? is the known_hosts file still ok?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005464.html">[Mageia-discuss] password-less ssh
</A></li>
<LI>Next message: <A HREF="005466.html">[Mageia-discuss] password-less ssh
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5465">[ date ]</a>
<a href="thread.html#5465">[ thread ]</a>
<a href="subject.html#5465">[ subject ]</a>
<a href="author.html#5465">[ 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>
|