{"id":15320454,"url":"https://github.com/szuecs/ssh-cmds","last_synced_at":"2025-09-04T12:49:18.413Z","repository":{"id":66666955,"uuid":"66081338","full_name":"szuecs/ssh-cmds","owner":"szuecs","description":"parallel ssh execution and returns csv","archived":false,"fork":false,"pushed_at":"2018-03-09T17:05:48.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T18:52:26.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szuecs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-08-19T12:37:37.000Z","updated_at":"2021-07-09T23:55:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3e34758-1405-46f1-854e-b48e7b069cad","html_url":"https://github.com/szuecs/ssh-cmds","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"5eb24181f65a3deb05e91bbe1f8515bcf0e5b94d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/szuecs/ssh-cmds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szuecs%2Fssh-cmds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szuecs%2Fssh-cmds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szuecs%2Fssh-cmds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szuecs%2Fssh-cmds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szuecs","download_url":"https://codeload.github.com/szuecs/ssh-cmds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szuecs%2Fssh-cmds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273611934,"owners_count":25136977,"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-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-10-01T09:08:31.225Z","updated_at":"2025-09-04T12:49:18.358Z","avatar_url":"https://github.com/szuecs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssh-cmds\nThis is similar to pssh, but it's more simple and it returns CSV.\nCSV is a human readable, but also a machine readable format.\nThe benfit of a machine readable format is that you can easily post\nprocess the information.\n\n## Example\n\n    cat hosts | ./ssh-cmds -cmd \"dpkg -l nginx\"  | tee -a nginx-version.csv\n    ERR: Failed to dial to host02: dial tcp 10.35.21.02:22: getsockopt: connection refused\n    host01;ii  nginx                               1.8.0-1~trusty                        amd64        high performance web server\n    host07;ii  nginx                               1.8.0-1~trusty                        amd64        high performance web server\n    host03;ii  nginx                               1.10.1-1~trusty                       amd64        high performance web server\n    host09;ii  nginx                               1.8.0-1~trusty                        amd64        high performance web server\n\nAll connection failures will have lines with \"ERR:\" in the beginning,\nso you can easily drop not connectable hosts using \"egrep -v '^ERR'\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszuecs%2Fssh-cmds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszuecs%2Fssh-cmds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszuecs%2Fssh-cmds/lists"}