From owner-freebsd-questions Thu Aug 31 11:42:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id C5EAB37B43C for ; Thu, 31 Aug 2000 11:42:24 -0700 (PDT) Received: from localhost (212.141.247.115) by relay2.inwind.it (5.1.039) id 399BF83000160E22; Thu, 31 Aug 2000 18:04:13 +0200 From: Salvo Bartolotta Date: Thu, 31 Aug 2000 15:04:20 GMT Message-ID: <20000831.15042000@mis.configured.host> Subject: Re: SSH-Keygen To: "Jarrad DeMaria VP-Operations" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 8/31/00, 4:24:07 PM, "Jarrad DeMaria VP-Operations"=20 wrote regarding SSH-Keygen: > Hello, > I need a heads up on how to generate a key for ssh in FreeBSD 4.1. The= =20 man > page really does not spell it out to well. > I tried using ssh-keygen as the command, but I don't think that's it. > Thanks for the help. > Jarrad DeMaria > VP-Operations/Senior Programmer > Digital Paths > http://www.digitalpaths.com Dear Jarrad DeMaria, the ssh-keygen(1) seems to contain all the relevant information:=20 relevant both to user keys and to host keys. I even find it pleasantly=20 written :-) For example: ~ >=3D=3D=3D=3D> ssh-keygen -d # This option is also documented=20 Generating DSA parameter and key. Enter file in which to save the key (/home/test/.ssh/id_dsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/test/.ssh/id_dsa. Your public key has been saved in /home/test/.ssh/id_dsa.pub. The key fingerprint is: 20:0c:82:a4:14:d1:76:6f:fd:ff:40:9d:3a:58:85:4a=20 test@bartequi.ottodomain.org=20 The files mentioned -- /home/test/.ssh/id_dsa (private key) and=20 id_dsa.pub (public key) -- are right before my eyes and seem to be ok.=20 What exactly are you trying to do ? Or rather, what fails ? Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message