From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 10:27:49 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D3B106567C for ; Thu, 5 Jun 2008 10:27:49 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id 195438FC20 for ; Thu, 5 Jun 2008 10:27:48 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-215-175.belrs3.nsw.optusnet.com.au [122.106.215.175]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m55ARiVC015991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Jun 2008 20:27:46 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.2) with ESMTP id m55ARiXp078637; Thu, 5 Jun 2008 20:27:44 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m55ARir9078636; Thu, 5 Jun 2008 20:27:44 +1000 (EST) (envelope-from peter) Date: Thu, 5 Jun 2008 20:27:44 +1000 From: Peter Jeremy To: karim.bourenane@orange-ftgroup.com Message-ID: <20080605102744.GM1028@server.vk2pj.dyndns.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w1A23YewkF9s+fLd" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-current@freebsd.org Subject: Re: [BSD7] Openldap with SCP "Unknow user UID" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 10:27:49 -0000 --w1A23YewkF9s+fLd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-Jun-05 10:53:14 +0200, karim.bourenane@orange-ftgroup.com wrote: >If i make -vvvv option, i see that ssh accept my connection but finally re= fuse under=20 >reason unknow user uid : =2E.. >If you have any idea, to help me ? There's nothing immediately obvious in that output. I suggest you try running sshd with debugging: On the server run (eg): sshd -ddd -p 8021 Then on the client run: scp -vvvvP 8021 login@server1:/usr/home/login1/file= =2Etxt . The output on the server may provide a clue. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --w1A23YewkF9s+fLd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhHv6AACgkQ/opHv/APuIfWGgCeMlVEtZmUmUyqo/KvjdC1P9eS I+MAn2Ugbzi5MaeUXKNfXOd1qL+D/kOF =djNb -----END PGP SIGNATURE----- --w1A23YewkF9s+fLd--