From owner-freebsd-questions Fri Apr 28 5:28:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id 2A8B137BEC6 for ; Fri, 28 Apr 2000 05:28:52 -0700 (PDT) (envelope-from noor@comrax.com) Received: from noor (unknown [156.27.243.27]) by dns.comrax.com (Postfix) with SMTP id F3F6C1C99D for ; Fri, 28 Apr 2000 15:28:38 +0300 (IDT) From: "Noor Dawod" To: Subject: OpenSSH and FreeBSD Date: Fri, 28 Apr 2000 15:29:12 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I installed OpenSSH 1.2.3 that comes with 4.0-STABLE. Then I used ssh-keygen to generate private/public key pairs to use to log on to one of our server. I placed the identity.pub file in authorized_keys file on the remote machine, and the identity file I put it on the local machine in ~/.ssh/identity I also modified the /etc/ssh_config and /etc/sshd_config on both machines to accept password-less RSA authentication based on key pairs. but it's not working! I used ssh-1.2.27 before, and it worked fine... What am I doing wrong, maybe one of the config files does not include the right permissions to use this type of authentication? Thanks for your help. Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message