Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 20:31:48 +0100
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-questions@freebsd.org
Cc:        Cary Mathews <scattered@babel.acu.edu>
Subject:   Re: ssh'ing into jail(8)
Message-ID:  <20030315193148.GA5708@zi025.glhnet.mhn.de>
In-Reply-To: <3E737A3B.8010305@liwing.de>
References:  <Pine.BSO.4.40.0303111552120.2409-100000@babel.acu.edu> <3E737A3B.8010305@liwing.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--WIyZ46R2i8wDzkSu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

> This is, because you have disabled syslogd. You should thinking about=20
> enabling it but protect it against external access using ipfiler or=20
> ipfirewall.

Or use syslogd's -s option:

syslogd(8)
[...]
   -s      Operate in secure mode.  Do not log messages from remote
             machines.  If specified twice, no network socket will be opened
             at all, which also disables logging to remote machines.
[...]

So,=20

syslogd_enable=3D"YES"
syslogd_flags=3D"-s -s"

should be right for your purpose.

HTH,
 Simon

--WIyZ46R2i8wDzkSu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+c3+kCkn+/eutqCoRAoBWAJ4lccvvIOwEDPb87u+ZbGAOmnQRlwCg2BLE
DvXSuMObCr3HjDj29WMFIbo=
=Vjc+
-----END PGP SIGNATURE-----

--WIyZ46R2i8wDzkSu--

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?20030315193148.GA5708>