cron to monitor and restart pcloud nodes
diff --git a/scripts/homelab/check-ssh-login.sh b/scripts/homelab/check-ssh-login.sh
new file mode 100755
index 0000000..f8241df
--- /dev/null
+++ b/scripts/homelab/check-ssh-login.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+ssh pcloud@192.168.0.111 "touch ~/SSH_LOGGED_IN"
+ssh pcloud@192.168.0.112 "touch ~/SSH_LOGGED_IN"
+ssh pcloud@192.168.0.113 "touch ~/SSH_LOGGED_IN"