From owner-freebsd-questions Fri Nov 30 7:57:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from newmx.estpak.ee (ld1.estpak.ee [194.126.101.98]) by hub.freebsd.org (Postfix) with ESMTP id 2343037B405 for ; Fri, 30 Nov 2001 07:57:30 -0800 (PST) Received: from myhakas.estpak.ee (myhakas.estpak.ee [194.126.115.54]) by newmx.estpak.ee (Postfix) with ESMTP id C5B46960D9; Fri, 30 Nov 2001 17:57:09 +0200 (EET) Received: (from vallo@localhost) by myhakas.estpak.ee (8.11.6/8.11.6) id fAUFvSI67150; Fri, 30 Nov 2001 17:57:28 +0200 (EET) (envelope-from vallo) Date: Fri, 30 Nov 2001 17:57:28 +0200 From: Vallo Kallaste To: budsz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH-3.0.1 Message-ID: <20011130175728.A67135@myhakas.estpak.ee> Reply-To: kalts@estpak.ee References: <20011128231515.B2417@bdg.centrin.net.id> <20011129211228.A2088@myhakas.estpak.ee> <20011130223843.B45336@bdg.centrin.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011130223843.B45336@bdg.centrin.net.id> User-Agent: Mutt/1.3.23i-ja0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 10:38:43PM +0700, budsz wrote: > >Look into rc files in the /etc directory, you'll find hints there. > > I take in /etc/rc file, like this: > > case ${sshd_enable} in > [Yy][Ee][Ss]) > if [ -x ${sshd_program:-/usr/sbin/sshd} ]; then > echo -n ' sshd'; > ${sshd_program:-/usr/sbin/sshd} ${sshd_flags} > fi > ;; > esac > > It's only daemon to generate ssh daemon right?, I was try to read manual > and i found to create rsa type key but this's only for user in > $HOME/.ssh, how I can resoln this...? It's in rc.network, specifically. Look there. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message