From owner-freebsd-questions@FreeBSD.ORG Mon Jun 7 18:32:00 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 2B2C816A4CE for ; Mon, 7 Jun 2004 18:32:00 +0000 (GMT) Received: from destiny.chrononomicon.com (mail.chrononomicon.com [65.193.73.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38C543D69 for ; Mon, 7 Jun 2004 18:31:57 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [IPv6:::1] (destiny.chrononomicon.com [192.168.1.42]) by destiny.chrononomicon.com (Postfix) with ESMTP id 0F5251FDFF for ; Mon, 7 Jun 2004 14:31:44 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions Questions From: Bart Silverstrim Date: Mon, 7 Jun 2004 14:31:43 -0400 X-Mailer: Apple Mail (2.618) Subject: SSH question 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, 07 Jun 2004 18:32:00 -0000 Hello... Sorry if this is too OT, but I recently posted about copying some files from one server to another using scp...I thought I could get that set up easily since I've done it before. Silly me! The primary server is running # ssh -V OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090703f While the server I want to copy FROM is apparently running sshd2: SSH Secure Shell 3.2.3 (non-commercial version) on i686-pc-linux-gnu I have created the pub key on the FreeBSD system with ssh-keygen -t dsa then copied the resulting .pub file to the other server with the name ~/.ssh/authorized_keys and ~/.ssh/authorized_keys2. Neither one seems to work, and I don't see errors being generated in the logs. The non-BSD system is of turnkey configuration, so I'm kind of limited in how much I can alter it or experiment to get the key working. The authentication for sshd2 says that allowedauthorization type includes publickey. Is there an alteration between openssh and ssh that I have to do to get the non-BSD server to see my BSD server's public key? Offered solutions via google don't seem to be working :-/