From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E82F213877A for ; Wed, 25 Jun 2014 21:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50E38E0B90; Wed, 25 Jun 2014 21:43:43 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3353DE0B8A for ; Wed, 25 Jun 2014 21:43:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id D1181125D2 for ; Wed, 25 Jun 2014 23:43:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1403732615; bh=piJ+exjJBidfOtWZ1OF8sAGWzmu9p+OuU+4ZXPHGgfA=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=HHbCvBPBIPgvAvITSeNZ0hxT06YyxcZ4Cy0yEEYtlRrICZ4hpwQIuef+p0MOU08Y9 tRuCUtdZ8liqlB+ys2xUsZfkkRbSXfna9UrBSsqpHt6JLWzZ8ewPp8+IN0QF0QzgHy INTxvvaMTP7pV1kAZsCCSGiwz6AqoD2K4Lf9L35I= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 11520-05 for ; Wed, 25 Jun 2014 23:43:33 +0200 (CEST) Received: from [IPv6:2001:15c0:65ff:8742:9075:f895:452:bed1] (unknown [IPv6:2001:15c0:65ff:8742:9075:f895:452:bed1]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 703CA123CA for ; Wed, 25 Jun 2014 23:43:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1403732613; bh=piJ+exjJBidfOtWZ1OF8sAGWzmu9p+OuU+4ZXPHGgfA=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=VghEKrNR0mMwQqIiS1gnH7oXphGvcpkhBgd3JQenaKfQiR7gJDS+3dVMq7LPVMw5G KpwG7o9btbp/G50dn2nLnzW8GKHzKF5QBd96Tzb/yZx1iTlBohb+xpvtkzh0KiuMfE zupOw+9YPItbHB7OqLD2hQYdraQm6Ry9ZZ1m/evc= Message-ID: <53AB4284.3020200@xunil.at> Date: Wed, 25 Jun 2014 23:43:32 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: ssh rekeying slow ? References: <53AAA209.1000900@xunil.at> <53AB17C7.10001@xunil.at> <53AB27D1.3080401@gmail.com> <53AB3AD2.7020701@xunil.at> <53AB3FCC.2040001@xunil.at> In-Reply-To: <53AB3FCC.2040001@xunil.at> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: fedd5b20-002e-4104-a10d-2f2e59fa90ff X-Archives-Hash: 173b8671a72759079a48387a4babca7b Am 25.06.2014 23:31, schrieb Stefan G. Weichinger: > Am 25.06.2014 23:10, schrieb Stefan G. Weichinger: > >> I will see if I can figure out what to do ... > > To me it looks as if my issue is related to this line in the logs: > > Jun 25 23:30:45 mythtv sshd[5387]: pam_systemd(sshd:session): Failed to > create session: Connection timed out > > hmm ... > yes. edited /etc/pam.d/system-auth and commented this line (to be disabled): #-session optional pam_systemd.so Immediate logins now. Other people on the web face(d) that as well, according to google. S