Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 17:57:28 +0200
From:      Vallo Kallaste <kalts@estpak.ee>
To:        budsz <budsan02@bdg.centrin.net.id>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: OpenSSH-3.0.1
Message-ID:  <20011130175728.A67135@myhakas.estpak.ee>
In-Reply-To: <20011130223843.B45336@bdg.centrin.net.id>
References:  <20011128231515.B2417@bdg.centrin.net.id> <20011129211228.A2088@myhakas.estpak.ee> <20011130223843.B45336@bdg.centrin.net.id>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 30, 2001 at 10:38:43PM +0700, budsz <budsan02@bdg.centrin.net.id> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130175728.A67135>