From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 01:39:49 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 941D516A4CE for ; Mon, 1 Mar 2004 01:39:49 -0800 (PST) Received: from smtpo01.icare.priv (unknown [203.78.64.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEA843D2F for ; Mon, 1 Mar 2004 01:39:48 -0800 (PST) (envelope-from satimis@icare.com.hk) Received: from smtpi01.icare.priv ([10.11.12.46]) by smtpo01.icare.priv with Microsoft SMTPSVC(5.0.2195.5329); Mon, 1 Mar 2004 17:39:27 +0800 Received: from 203.88.164.235 ([203.88.164.235]) by smtpi01.icare.priv with Microsoft SMTPSVC(5.0.2195.5329); Mon, 1 Mar 2004 17:39:27 +0800 From: Stephen Liu To: freebsd-questions@freebsd.org Date: Tue, 2 Mar 2004 01:52:37 +0800 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403020152.37627.satimis@icare.com.hk> X-OriginalArrivalTime: 01 Mar 2004 09:39:27.0103 (UTC) FILETIME=[1689E8F0:01C3FF71] Subject: SSH Problem 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: Mon, 01 Mar 2004 09:39:49 -0000 Hi all folks, FreeBSD 5.2 =========== I can as 'root' # ssh -X user@localhost tunneling to 'user' but it does not work as 'user' $ ssh -X root@localhost Password: Password: Password: root@localhost.localdomain's password: Permission denied, please try again. root@localhost.localdomain's password: Permission denied, please try again. root@localhost.localdomain's password: Permission denied (publickey,password,keyboard-interactive). Kindly advise how to fix this problem TIA B.R. Stephen Liu