Gentoo Archives: gentoo-dev

From: Andrea Barisani <lcars@g.o>
To: Mike Frysinger <vapier@g.o>
Cc: gentoo-security@g.o, gentoo-dev@g.o
Subject: [gentoo-dev] OpenSSH 3.7 compatibility problems
Date: Thu, 18 Sep 2003 09:39:57
Message-Id: 20030918093954.GC28771@sole.infis.univ.trieste.it
In Reply to: [gentoo-dev] New OpenSSH configuration setup should be double checked by Mike Frysinger
1 It also seems that there are some compatibility problems between openssh and
2 other ssh clients.
3
4 Old version of putty and other UNIX ssh clients doesn't work with 'UsePAM yes'
5 and 'PasswordAuthentication no'.
6
7 Any suggestions/reports about that?
8
9 Bye
10
11
12 On Wed, Sep 17, 2003 at 02:43:40AM -0400, Mike Frysinger wrote:
13 Content-Description: signed data
14 > the new 3.7.x series has updated the default settings/values/etc... of the
15 > sshd_config file. this is just a heads up to make sure that in your rush to
16 > update all your ssh servers, you didn't miss a step and accidentally open up
17 > your server to previously unauthorized access.
18 >
19 > (1) default PAM setting has been changed to YES
20 > (1a) the keyword for toggling PAM auth has been changed from
21 > 'PAMAuthenticationViaKbdInt' to 'UsePAM'
22 >
23 > (2) if you disabled (set it to no) the PasswordAuthentication feature before
24 > so as to prevent users from logging in with a password (say you only wanted
25 > them to utilize keys), then you must explicitly set UsePAM to no, otherwise
26 > the PasswordAuthentication step will be bypassed by PAM
27 >
28 > (3) if you use PasswordAuthentication and PAM (the default config file does
29 > this), then users may now be authenticated via either option. you may notice
30 > this when you attempt to log in, fail password checking 3 times, and suddenly
31 > get a different prompt. this is because the first check (via PAM) failed and
32 > ssh is now falling back to password authentication.
33 > PAM authentication gives you this prompt:
34 > Password:
35 > PasswordAuthentication gives you this prompt:
36 > UserBah@rux0r's password:
37 >
38 > i think that about covers it ... for some people you may be annoyed by this
39 > e-mail, others may thank Gentoo devs for it ... just remember:
40 > (1) we all love security (more security, less rooting == better world)
41 > (2) knowledge is half the battle !
42 >
43 > -mike
44
45
46 --
47 ------------------------------------------------------------
48 INFIS Network Administrator & Security Officer .*.
49 Department of Physics - University of Trieste /V\
50 lcars@××××××××××××××××××.it - PGP Key 0x8E21FE82 (/ \)
51 ---------------------------------------------------- ( )
52 "How would you know I'm mad?" said Alice. ^^-^^
53 "You must be,'said the Cat,'or you wouldn't have come here."
54 ------------------------------------------------------------
55
56 --
57 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] OpenSSH 3.7 compatibility problems Stewart Honsberger <blkdeath@g.o>