{"id":26560484,"url":"https://github.com/classyid/ssh-berantai","last_synced_at":"2026-05-18T09:37:15.708Z","repository":{"id":283580249,"uuid":"952238247","full_name":"classyid/SSH-Berantai","owner":"classyid","description":"Alat bantu SSH dengan kemampuan koneksi berantai dan monitoring via Telegram.","archived":false,"fork":false,"pushed_at":"2025-03-21T01:20:33.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T01:29:03.747Z","etag":null,"topics":["btop","htop","linux","server","ssh","ubuntu"],"latest_commit_sha":null,"homepage":"https://s.id/78GL5","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/classyid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-21T00:37:26.000Z","updated_at":"2025-03-21T01:20:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d538265f-b6e6-4999-8548-2bce9a5d28ea","html_url":"https://github.com/classyid/SSH-Berantai","commit_stats":null,"previous_names":["classyid/ssh-berantai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/classyid/SSH-Berantai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2FSSH-Berantai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2FSSH-Berantai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2FSSH-Berantai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2FSSH-Berantai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classyid","download_url":"https://codeload.github.com/classyid/SSH-Berantai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2FSSH-Berantai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378799,"owners_count":24240896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["btop","htop","linux","server","ssh","ubuntu"],"created_at":"2025-03-22T13:18:00.675Z","updated_at":"2026-05-18T09:37:15.636Z","avatar_url":"https://github.com/classyid.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSH-Berantai 🚀\n\nAlat bantu SSH dengan kemampuan koneksi berantai dan monitoring via Telegram.\n\n![SSH-Berantai Banner](https://blog.classy.id/upload/gambar_berita/2257e285f30e3bceccfaa835f3f59324_20250321081523.jpeg)\n![SSH-Berantai Banner](https://blog.classy.id/upload/gambar_berita/afd82ce6232fcdf4791d4c71c5e77e94_20250321154858.png)\n\n## 🌟 Fitur Utama\n\n- ✅ Login SSH otomatis tanpa harus mengetik password berulang kali\n- ✅ Koneksi berantai ke beberapa server sekaligus\n- ✅ Monitoring sistem langsung melalui htop/btop\n- ✅ Notifikasi dan log otomatis ke Telegram\n- ✅ Instalasi otomatis paket yang dibutuhkan\n\n## 📋 Persyaratan\n\n- Linux/Unix sistem\n- Paket `sshpass` (akan diinstal otomatis jika belum ada)\n- Bot Telegram (untuk fitur notifikasi)\n\n## 🔧 Cara Penggunaan\n\n### Pengaturan Dasar\n\n1. Clone repository ini:\n   ```bash\n   git clone https://github.com/classyid/ssh-berantai.git\n   cd ssh-berantai\n   \n2. Edit file konfigurasi dengan detail server Anda:\n   ```bash\n   nano ssh-berantai.sh\n   ```\n\n3. Sesuaikan variabel berikut:\n   - `HOST1`, `PORT1`, `USER1`, `PASS1` untuk server pertama\n   - `HOST2`, `PORT2`, `USER2`, `PASS2` untuk server kedua\n   - `TELEGRAM_BOT_TOKEN` dan `TELEGRAM_CHAT_ID` untuk notifikasi\n\n4. Berikan izin eksekusi:\n   ```bash\n   chmod +x ssh-berantai.sh\n   ```\n\n5. Jalankan script:\n   ```bash\n   ./ssh-berantai.sh\n   ```\n\n### Contoh Penggunaan\n\n```bash\n# Login ke server-1 dan menjalankan htop\n./ssh-login.sh\n\n# Login berantai dari server-1 ke server-2 dan menjalankan btop\n./ssh-berantai.sh\n```\n\n## 🛡️ Keamanan\n\n**Peringatan**: Menyimpan password dalam script bukanlah praktik keamanan yang baik. Untuk penggunaan jangka panjang, sebaiknya gunakan SSH key authentication.\n\nPetunjuk pembuatan SSH key:\n1. Buat SSH key: `ssh-keygen -t rsa -b 4096`\n2. Salin ke server: `ssh-copy-id -p PORT username@host`\n3. Setelah itu Anda bisa menghapus variabel PASS dalam script\n\n## 📜 Lisensi\n\nProyek ini dilisensikan di bawah Lisensi MIT - lihat file [LICENSE](LICENSE) untuk detailnya.\n\n## 🤝 Kontribusi\n\nKontribusi selalu disambut! Silakan buat fork repository, lakukan perubahan, dan ajukan pull request.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fssh-berantai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassyid%2Fssh-berantai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fssh-berantai/lists"}