Date: Fri, 30 Nov 2001 22:38:43 +0700 From: budsz <budsan02@bdg.centrin.net.id> To: Vallo Kallaste <kalts@estpak.ee> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH-3.0.1 Message-ID: <20011130223843.B45336@bdg.centrin.net.id> In-Reply-To: <20011129211228.A2088@myhakas.estpak.ee> References: <20011128231515.B2417@bdg.centrin.net.id> <20011129211228.A2088@myhakas.estpak.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130223843.B45336>