Identify and Collect TLS Certificate Information form hosts to files

This macos bash script prompts for a comma delimited list of hostnames directly in terminal window, it is used to Identify and Collect TLS Certificate Information form hosts to files if there is more than one and processes the following command(s) to derive show certs information for each hostname and each of these ports.

debug ssh connections -vvv

To enable SSH debug, run the SSH command with the -v, -vv, or -vvv option: ssh -vvv user@host.com Link: https://www.ibm.com/support/pages/qradar-enable-debugging-mode-ssh-troubleshoot-connectivity-issues#:~:text=To%20enable%20SSH%20debug%2C%20run,forth%20communication%20between%20the%20hosts.

APNS Log Debugging

sudo log config --mode "level:debug" --subsystem com.apple.push_registrar That command sets the log level for the com.apple.push_registrar subsystem to "debug," which will provide detailed information about the APNs registration process. Restart…

Debugging Jamf Pro

This article will assist you in enabling Debug Mode for several Jamf products, as well as where to view logs from your Apple devices so that you can troubleshoot on…