{"id":15984477,"url":"https://github.com/unitech/multissh","last_synced_at":"2025-03-17T15:32:08.832Z","repository":{"id":65985053,"uuid":"58682729","full_name":"Unitech/multissh","owner":"Unitech","description":"SSH into multiple machine to execute a command in parallel, with a convenient terminal UX","archived":false,"fork":false,"pushed_at":"2016-12-19T13:45:24.000Z","size":686,"stargazers_count":51,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T01:17:59.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gridcontrol.tech/","language":"JavaScript","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/Unitech.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":"2016-05-12T22:56:26.000Z","updated_at":"2024-02-17T01:59:37.000Z","dependencies_parsed_at":"2023-02-19T18:30:58.418Z","dependency_job_id":null,"html_url":"https://github.com/Unitech/multissh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unitech%2Fmultissh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unitech%2Fmultissh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unitech%2Fmultissh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Unitech%2Fmultissh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Unitech","download_url":"https://codeload.github.com/Unitech/multissh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243869452,"owners_count":20361020,"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","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-08T02:08:54.005Z","updated_at":"2025-03-17T15:32:08.544Z","avatar_url":"https://github.com/Unitech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MultiSSH\n\nMulti screen termcaps UI to execute a command into a list of servers.\nThis module will ssh into each host passed in arguments and execute the command.\n\n![asciicast](asciicast.gif)\n\n**NB: Make sure you have your SSH pub key into each host via `$ ssh-copy-id user@ip`**\n\n```javascript\nvar multissh = require('multissh');\n\n// Execute command `ls -al` in each host\nmultissh.start({\n cmd : 'ls -al',\n title : 'Doing a file listing',\n server_list : [{\n    ip   : ip,\n    user : user,\n    key  : 'rsa_pub.key', // Optional key\n    local: true // Exec command via exec instead of ssh\n  },{\n    ip : ip,\n    user : user\n  }],\n }, function(cb) {\n  // Optionnal callback\n});\n```\n\n# Misc commands\n\nIP : `hostname -I | cut -d \" \" -f1`\nRemove interactive checks: \"grep \"case \\$-\" .bashrc \u0026\u0026 sed -i '5,9d' .bashrc\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitech%2Fmultissh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitech%2Fmultissh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitech%2Fmultissh/lists"}