{"id":41953766,"url":"https://github.com/turbolabit/multissh","last_synced_at":"2026-01-25T22:03:22.438Z","repository":{"id":54095552,"uuid":"468123711","full_name":"TurboLabIt/multissh","owner":"TurboLabIt","description":"Run a local script on a list of remote hosts","archived":false,"fork":false,"pushed_at":"2024-05-10T13:18:23.000Z","size":56,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-11T13:51:28.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TurboLabIt.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}},"created_at":"2022-03-09T23:22:53.000Z","updated_at":"2024-05-10T13:18:27.000Z","dependencies_parsed_at":"2023-01-18T22:30:14.273Z","dependency_job_id":null,"html_url":"https://github.com/TurboLabIt/multissh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TurboLabIt/multissh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fmultissh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fmultissh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fmultissh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fmultissh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TurboLabIt","download_url":"https://codeload.github.com/TurboLabIt/multissh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurboLabIt%2Fmultissh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-25T22:03:21.360Z","updated_at":"2026-01-25T22:03:22.425Z","avatar_url":"https://github.com/TurboLabIt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦝🦝 multissh 🦝🦝\n\nA simple command to run a local `script.sh` on multiple remote hosts.\n\n**Parli italiano?** » Leggi: []()\n\n\n# Install / update\n\n````bash\nsudo apt install curl -y \u0026\u0026 curl -s https://raw.githubusercontent.com/TurboLabIt/multissh/master/setup.sh?$(date +%s) | sudo bash\n\n````\n\n\nNow copy the provided sample configuration file (`multissh.default.conf`) to your own `multissh.conf` and set your preferences:\n\n````bash\nsudo cp /usr/local/turbolab.it/multissh/multissh.default.conf /etc/turbolab.it/multissh.conf \u0026\u0026 sudo nano /etc/turbolab.it/multissh.conf\n\n````\n\n⚠️⚠️ You should only set GLOBAL values here! Create a dedicated profile file (see below) for each different serverlist/operation.\n\n\n# Create the target hosts list\n\n````bash\nsudo nano /etc/turbolab.it/multissh-staging.txt\n\n````\n\nList example:\n\n````\n# an IP address\n192.168.0.110\n\n# a regular domain\nmy-server.com\n\n## a .ssh/config host\nmy-server\n\n````\n\n\n# Run it\n\nTo run the profile named `staging`:\n\n````bash\nmultissh staging\n\n````\n\n\nTo run the profile named `staging` but on a different serverlist and/or a different script:\n\n````bash\nmultissh staging /my-dir/prod-server-list.txt /usr/local/turbolab.it/multissh/scripts/test-access-remote\n\n````\n\n\nTo run without a profile file:\n\n````bash\nmultissh default /my-dir/prod-server-list.txt /usr/local/turbolab.it/multissh/scripts/test-access-remote\n\n````\n\n# Inventory collection\n\nTo collect the OS in use and some other infos about you server run this:\n\n````bash\n/usr/local/turbolab.it/multissh/scripts/config-collector.sh default /my-dir/prod-server-list.txt\n````\n\nYou'll get a pipe-separated CSV as `/var/log/turbolab.it/multissh-config-collector.csv`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolabit%2Fmultissh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbolabit%2Fmultissh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolabit%2Fmultissh/lists"}