From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 08:40:26 2005 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 D52FC16A505 for ; Wed, 2 Mar 2005 08:40:26 +0000 (GMT) Received: from mail.rot-1.de (rot-1.de [213.146.120.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E713343D5A for ; Wed, 2 Mar 2005 08:40:25 +0000 (GMT) (envelope-from stevan@rot-1.de) Received: from mail.rot-1.de (localhost.rot-1.de [127.0.0.1]) by mail.rot-1.de (8.12.10/8.12.10) with ESMTP id j228e9vj023772; Wed, 2 Mar 2005 09:40:09 +0100 (CET) (envelope-from stevan@mail.rot-1.de) Received: from localhost (stevan@localhost)j228e8of023769; Wed, 2 Mar 2005 09:40:09 +0100 (CET) (envelope-from stevan@mail.rot-1.de) Date: Wed, 2 Mar 2005 09:40:08 +0100 (CET) From: Stevan Tiefert To: Jan Christian Meyer In-Reply-To: Message-ID: <20050302093911.I23765@mail.rot-1.de> References: <20050302075507.P23359@mail.rot-1.de> <20050302074659.GA22958@mccme.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: sshd 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: Wed, 02 Mar 2005 08:40:27 -0000 On Wed, 2 Mar 2005, Jan Christian Meyer wrote: > > [...] I can not close myself out with a firewall. I need the > > access to my system over the internet. Am I right that in this case, only > > a good password is protecting me? > > If you have a way of transporting a private key file to wherever you need > to log in from (removable media, one last password login, whatever is > secure enough for your satisfaction), you can use public-key cryptography > and disable password based logins altogether. > > Take a look at the man pages of ssh-agent, ssh-add, ssh-keygen, and > google around a bit - it is not too hard to set up. > > Cheers, > -Jan Christian > Dear Jan :-) Thanks for this hint!!! That is what I need!!! With regards Stevan Tiefert