From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PslHk-0006SR-LG for garchives@archives.gentoo.org; Fri, 25 Feb 2011 00:11:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8EE1C05A for ; Fri, 25 Feb 2011 00:11:51 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id E611BE0603 for ; Thu, 24 Feb 2011 23:26:06 +0000 (UTC) Received: by wwb17 with SMTP id 17so1558389wwb.10 for ; Thu, 24 Feb 2011 15:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=N5Ld5szbD5IPosBUFRqZGc61BD32B+ORIdy+60mOtvs=; b=nk/ltcJJTW/NPxzNrAeYkDn+1WKmp4ArzEX4uPv6HFACHFHTKUbXpNDPXz7fWdIjpw k9arh3ZYdUmlJmcDN0Ul4/znNbanFXoKMBQYMvQDMYbZeB5tYDVEhT4fJUUkQdus65hX e6xdSH0LPdiA2Tmg1N/XM4CUIJMoxOLp58jhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=DqH15QW75ynqBgqvsK8ivaS8jOlNNxqHaLMd9Q0JABBBpGZ0oZsM+c6zXw1flEAH58 eZQFxBj7M8QeGnlSJfmyDYiwk9pkOBS4Y//IGre2sHsQPCXupRvGbkMoQnzaHBiAz8XX 5f5VK/SzmkKgZg9rND4CuWUbS7z3BVVmBM9C0= Received: by 10.227.179.15 with SMTP id bo15mr1430743wbb.46.1298589966161; Thu, 24 Feb 2011 15:26:06 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id w25sm40863wbd.23.2011.02.24.15.26.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Feb 2011 15:26:05 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssh problem Date: Thu, 24 Feb 2011 23:26:15 +0000 User-Agent: KMail/1.13.5 (Linux/2.6.36-gentoo-r5; KDE/4.4.5; x86_64; ; ) References: <4D63A165.4000007@optonline.net> <4D669ED2.2060108@optonline.net> In-Reply-To: <4D669ED2.2060108@optonline.net> 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 Content-Type: multipart/signed; boundary="nextPart3013807.iZxIlEcgkH"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201102242326.20063.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: 3206f6d8b35cca0caee3220b71706f1d --nextPart3013807.iZxIlEcgkH Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Thursday 24 February 2011 18:09:22 dhk wrote: > On 02/24/2011 08:53 AM, Mick wrote: > > Have you tried using ssh user@host to login with? >=20 > At first all I did was an update: emerge -uDN world . They when it > didn't work I removed all public and private keys and restarted sshd. > That didn't work then I tried the ssh-keygen and ssh-keyscan. That > didn't work so I removed all keys again and restarted sshd. Are there > ssh_config or sshd_config options that should be set? I recommend you have another look at: http://www.gentoo.org/doc/en/articles/openssh-key-management-p1.xml and from there Part 2 and Part 3 just in case you are missing something bas= ic. The only difference being that the latest openssh version is now using ECDS= A=20 as the default. Therefore you should specify it as the prefered option in your server's and= =20 client's config files (which from the elog I am led to believe that it is t= he=20 new default setting). Also, note the elog comment about users needing a valid shell in /etc/passw= d. =20 Does your user have /bin/bash (or other shell of choice) at the end of the= =20 line in /etc/passwd? PS. I am able to login into a gentoo box which is running 5.8_p1-r1 using = my=20 ssh_host_rsa_key from a client also running 5.8_p1-r1. So it seems that ol= d=20 keys should work fine - unless you have removed them from your server. =2D-=20 Regards, Mick --nextPart3013807.iZxIlEcgkH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk1m6RwACgkQVTDTR3kpaLbpcACfb8/mdfdMlb8Irh0D6frsW8wI I8AAoPYwfeFiAKzS8gP9+fc2DY4hAh4o =eS6Y -----END PGP SIGNATURE----- --nextPart3013807.iZxIlEcgkH--