Linux Security Cookbook [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Security Cookbook [Electronic resources] - نسخه متنی

Daniel J. Barrett, Robert G. Byrnes, Richard Silverman

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Recipe 5.17 Logging sudo Remotely



5.17.1 Problem




You want your sudo
logs kept off-host to prevent tampering or interference.


5.17.2 Solution


Use syslog 's
@otherhost syntax: [Recipe 9.29]

/etc/syslog.conf:
authpriv.* @securehost


5.17.3 Discussion


Remember that the remote host's
syslogd needs must be
invoked with the -r flag to receive remote
messages. Make sure your remote host doesn't share
root privileges with the sudo host, or else this
offhost logging is pointless.


5.17.4 See Also


syslog.conf(5), syslogd(8).

/ 247