From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 00:51:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4AA16A4CE for ; Sun, 21 Nov 2004 00:51:23 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3358743D2F for ; Sun, 21 Nov 2004 00:51:23 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004112109:51:07:311900.15770.2794228656 for ; Sun, 21 Nov 2004 09:51:07 +0900 (KST) Message-ID: <419FE682.6050807@yahoo.com> Date: Sun, 21 Nov 2004 09:51:14 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ivan Georgiev , FreeBSD References: <200411201921.27880.georgiev@vt.edu> In-Reply-To: <200411201921.27880.georgiev@vt.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-1.85) (SRN:SPAMROBOT) ----------------- Subject: Re: NEW: cannot ssh to my computer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 00:51:23 -0000 Ivan Georgiev wrote: > Hello, > > Please excuse my re-posting of the same problem but, simply, I have no clue > how to fix my account. Below you can see the previous postings. What puzzles > me is that if I create a new user this user can connect trough ssh with no > problems. Only my account is rejected. As far as I know, ssh stores the user's ssh files in ~/.ssh/. How about moving this .ssh out of the way by "mv .ssh ssh_copy" and try again? If that solves your problem, you should inspect the files in that ssh directory. Rob.