Fix file name.
This commit is contained in:
@@ -26,4 +26,5 @@ It is useful for managing server access in organizations where team membership o
|
|||||||
Run this as root:
|
Run this as root:
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
|
```
|
||||||
|
|||||||
@@ -119,3 +119,5 @@ echo "✅ Cronjob set (hourly)"
|
|||||||
echo "➡️ Running first sync..."
|
echo "➡️ Running first sync..."
|
||||||
$SCRIPT_PATH >> $CRON_LOG 2>&1
|
$SCRIPT_PATH >> $CRON_LOG 2>&1
|
||||||
echo "✅ First sync done. Check log: $CRON_LOG"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user