- เปิด Configuration File ด้วย #vim /etc/rsyslog.conf
- เพิ่ม Code ด้านล้างใน Configuration File
if $syslogfacility-text == 'local7' and $msg contains 'DHCPACK' and $msg contains 'on' then /var/log/dhcpack
if $syslogfacility-text == 'local7' and $msg contains 'DHCPACK' and $msg contains 'on' then /var/log/dhcpack
Introduction: This guide will walk you through the process of importing your SSH private key to a Yubikey (PIV) for SSH authentication on y...