From 3a4777c8bef0706a56651f0a4ded91e7047ab278 Mon Sep 17 00:00:00 2001 From: Arjun Hemrajani Date: Thu, 11 Sep 2025 00:37:18 +0530 Subject: [PATCH] Fix file name. --- sync-github-sshkeys/Readme.md | 3 ++- sync-github-sshkeys/sync-github-sshkeys.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sync-github-sshkeys/Readme.md b/sync-github-sshkeys/Readme.md index feec58b..7af2529 100644 --- a/sync-github-sshkeys/Readme.md +++ b/sync-github-sshkeys/Readme.md @@ -26,4 +26,5 @@ It is useful for managing server access in organizations where team membership o Run this as root: ```bash -curl -s https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/install.sh | bash +curl -s https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh | bash +``` diff --git a/sync-github-sshkeys/sync-github-sshkeys.sh b/sync-github-sshkeys/sync-github-sshkeys.sh index 66a640b..30998cc 100644 --- a/sync-github-sshkeys/sync-github-sshkeys.sh +++ b/sync-github-sshkeys/sync-github-sshkeys.sh @@ -119,3 +119,5 @@ echo "✅ Cronjob set (hourly)" echo "➡️ Running first sync..." $SCRIPT_PATH >> $CRON_LOG 2>&1 echo "✅ First sync done. Check log: $CRON_LOG" + +echo "Your GitHub Team Member SSH keys can be used to login to ssh root@server_ip"