From owner-freebsd-questions Fri Nov 30 10:17: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.centrin.net.id (ppp54-bdg1.indosat.net.id [202.155.2.182]) by hub.freebsd.org (Postfix) with ESMTP id E5F4837B416 for ; Fri, 30 Nov 2001 10:17:02 -0800 (PST) Received: by bdg.centrin.net.id (Postfix, from userid 1002) id 54A582CE; Fri, 30 Nov 2001 22:38:43 +0700 (JAVT) Date: Fri, 30 Nov 2001 22:38:43 +0700 From: budsz To: Vallo Kallaste Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH-3.0.1 Message-ID: <20011130223843.B45336@bdg.centrin.net.id> Reply-To: budsz References: <20011128231515.B2417@bdg.centrin.net.id> <20011129211228.A2088@myhakas.estpak.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129211228.A2088@myhakas.estpak.ee> User-Agent: Mutt/1.3.22.1i X-Fingerprint: A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304 X-Pub-keys: http://bdg.centrin.net.id/~budsan02/pubkey.txt X-Verify: MD5 (pubkey.txt) = 999274d3ae770caf0d77ce5796ed201e X-Uptime: 10:29PM up 8:26, 6 users, load averages: 0.09, 0.19, 0.30 X-Operation-System: FreeBSD 4.4-STABLE i386 X-Organization: Kumprang X-Provide: Warnet & Game Network X-Address: Melong No 29 Bandung 40261 West Java Indonesia 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 Thu, Nov 29, 2001 at 09:12:28PM +0200, Vallo Kallaste wrote: >> How to create manualy /usr/local/etc/ssh_host_rsa_key and >> /etc/local/etc/ssh_host_rsa_key.pub, accidently I was remove those >> files. > >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...? TIA -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message