sudo sshd -t
sudo systemctl restart sshd
sudo sshd -t
sudo systemctl restart sshd
diff --git a/Lockdown b/Lockdown | |
index 97854f1..9f7b027 100755 | |
--- a/Lockdown | |
+++ b/Lockdown | |
@@ -544,7 +544,7 @@ function disable_firewall_downloaded_signed { | |
function disable_ipv6 { | |
- | |
+ set -x |
LSQuarantineEventIdentifier | LSQuarantineTimeStamp | LSQuarantineAgentBundleIdentifier | LSQuarantineAgentName | LSQuarantineDataURLString | LSQuarantineSenderName | LSQuarantineSenderAddress | LSQuarantineTypeNumber | LSQuarantineOriginTitle | LSQuarantineOriginURLString | LSQuarantineOriginAlias |
---|---|---|---|---|---|---|---|---|---|---|
B555DB5F-D82A-408B-B9A6-D4F4012FD520 |
570726604.559004 |
com.apple.Safari |
Safari |
https://github-production-release-asset-2e65be.s3.amazonaws.com/... |
NULL |
NULL |
0 |
NULL |
https://github.com/br1sk/brisk/releases |
NULL |
n.b this is not an exhaustive list
Get old OS X/ macOS installer from the App Store via mas.
Direct links prioir to Catalina via Rich Trouton
Direct link: https://apps.apple.com/gb/app/macos-monterey/id1576738294
#!/usr/bin/env bash | |
set -eo pipefail | |
# -e exit if any command returns non-zero status code | |
# -o pipefail force pipelines to fail on first non-zero status code | |
FATAL="\\033[1;31mFATAL\\033[0m" | |
WARNING="\\033[1;33mWARNING\\033[0m" | |
PASS="\\033[1;32mPASS\\033[0m" | |
INFO="\\033[1;36mINFO\\033[0m" |