From owner-freebsd-stable@FreeBSD.ORG Thu Aug 14 17:16:56 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 907E61065672 for ; Thu, 14 Aug 2008 17:16:56 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (gandalf.orthanc.ca [216.40.124.68]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0D78FC0A for ; Thu, 14 Aug 2008 17:16:56 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from peregrin.orthanc.ca (peregrin.orthanc.ca [216.40.124.67]) by orthanc.ca (8.14.2/8.14.2) with ESMTP id m7EGlUqX008592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Aug 2008 09:47:30 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Date: Thu, 14 Aug 2008 09:47:26 -0700 (PDT) From: Lyndon Nerenberg To: Gavin Spomer In-Reply-To: <48A3ECE7020000900001C150@hermes.cwu.edu> Message-ID: References: <48A3ECE7020000900001C150@hermes.cwu.edu> Organization: The Frobozz Magic Homing Pigeon Company MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: ssh-keygen between SuSE and FreeBSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 17:16:56 -0000 > That made it possible for me to ssh from SuSE server to FreeBSD server, > but now when I ssh from my Mac to SuSE server it wants a password now: ssh-agent holds your keys in memory for you, and provides them to remote systems when needed. You need to run it on each system you log in to. If you have a single workstation you normally use, start ssh-agent there and set your ssh client to forward keys to remote systems. DOn't you have a local IT helpdesk? This is pretty basic stuff that they should have documentation for.