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…