blob: 48764e191412ce8cd15ab92eb73198b6b2429e13 (
plain)
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
|
<!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>
|