{"id":17996765,"url":"https://github.com/zk/swish-scala","last_synced_at":"2025-06-26T20:33:51.115Z","repository":{"id":735529,"uuid":"385512","full_name":"zk/swish-scala","owner":"zk","description":"A Scala library for ssh automation.","archived":false,"fork":false,"pushed_at":"2010-02-25T20:59:50.000Z","size":87,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T13:17:07.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"julienschmidt/go-http-routing-benchmark","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zk.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MIT.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-25T17:55:12.000Z","updated_at":"2015-10-13T20:37:45.000Z","dependencies_parsed_at":"2022-07-05T13:13:31.793Z","dependency_job_id":null,"html_url":"https://github.com/zk/swish-scala","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zk/swish-scala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk%2Fswish-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk%2Fswish-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk%2Fswish-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk%2Fswish-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk","download_url":"https://codeload.github.com/zk/swish-scala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk%2Fswish-scala/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262140198,"owners_count":23265300,"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-29T21:15:49.658Z","updated_at":"2025-06-26T20:33:51.030Z","avatar_url":"https://github.com/zk.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"Swish - A scala library for ssh automation\n==========================================\n\nAlpha quality. Expect api changes, etc.\n\nInspired by ruby's Net:SSH (http://net-ssh.rubyforge.org/)\n\nMIT Licensed (http://www.opensource.org/licenses/mit-license.php)\n\nBasic Usage:\n\u003cpre\u003e\n/*\n  Server config to connect zkim@localhost with password 'mypass'\n*/\nval serverConfig = ServerConfig(host = \"localhost\", user = \"zkim\", password = \"mypass\")\nSwish.withServer(serverConfig) {\n    conn =\u003e\n        println(conn.exec(\"ls -aul\").output)\n}\n\u003c/pre\u003e\n\n\nSee /test/napplelabs/swish/example for more examples, specifically:\n\n### Simple scala\nDead-simple connect and execute command example.\n\n### CustomCommands.scala\nModularization of exec, commands encapsulate error handling and marshalling.  I'm still trying to figure out what the api for this should look like.\n\n### On Deck\nA better dsl\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk%2Fswish-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk%2Fswish-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk%2Fswish-scala/lists"}