Let ssh client to always add the key to a running ssh-agent Get link Facebook X Pinterest Email Other Apps June 12, 2023 Add the following configuration setting to your local ssh config file ~/.ssh/config (this works since SSH 7.2): AddKeysToAgent yes There's no need to ssh-add it beforehand. Read more
UDP and TCP syslog reception provided by rsyslog Get link Facebook X Pinterest Email Other Apps June 02, 2023 Inside /etc/rsyslog.conf # Provides UDP syslog reception #$ModLoad imudp #$UDPServerRun 514 # Provides TCP syslog reception $ModLoad imtcp $InputTCPServerRun 514 Read more