{"id":16934290,"url":"https://github.com/codeskyblue/gossh","last_synced_at":"2025-04-11T18:51:55.465Z","repository":{"id":57528086,"uuid":"13976054","full_name":"codeskyblue/gossh","owner":"codeskyblue","description":"command: wraper of ssh, save passwords for users.","archived":false,"fork":false,"pushed_at":"2014-03-31T07:24:26.000Z","size":300,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T14:44:45.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeskyblue.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}},"created_at":"2013-10-30T03:13:01.000Z","updated_at":"2021-12-03T07:22:18.000Z","dependencies_parsed_at":"2022-09-03T19:40:31.574Z","dependency_job_id":null,"html_url":"https://github.com/codeskyblue/gossh","commit_stats":null,"previous_names":["shxsun/gossh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fgossh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fgossh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fgossh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fgossh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeskyblue","download_url":"https://codeload.github.com/codeskyblue/gossh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248464316,"owners_count":21108238,"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-13T20:51:44.850Z","updated_at":"2025-04-11T18:51:55.436Z","avatar_url":"https://github.com/codeskyblue.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gossh \n\nBeta released (2013-1-2)\n*Developing*\n\n[![Build Status](https://drone.io/github.com/shxsun/gossh/status.png)](https://drone.io/github.com/shxsun/gossh/latest)\n\ngossh is a command which wrapper for ssh and [sshpass](https://linuxtoy.org/archives/sshpass.html).\n\nProgram use basic C/S structure. passwords can be stored in local db.\n\n### gossh can de what?\n1. quickly connect to a host, password will store in local database.\n2. *todo: support alias of hostname(very usefull if your hostname is very long)*\n\n### How to use\n1. Download `sshpass` from \u003chttp://sourceforge.net/projects/sshpass/\u003e, and add it to PATH\n2. start gossh server: `nohup ./gossh -server \u0026\u003e/gossh.log \u0026`\n3. use gossh just like ssh. for example: `gossh root@example.com`\n\npassword required only for the first time.\n\n### The working flow.\n1. client login to server, (todo: server check auth)\n2. client send user(eg: root), host(eg: example.com) to server\n3. server search hostname which user=root and hostname matches example.com\n4. server send back password\n5. client call sshpass and ssh to connect host\n\n### How to join develop\nThere are still lot of things to do. Even throuth the first version is released. [todo](doc/todo.md)\n\ndownload thrift if you want to change protocal: \u003chttp://mirror.esocc.com/apache/thrift/0.9.1/thrift-0.9.1.tar.gz\u003e\n\nuse `thrift --gen go rpc.thrift` to generate go code.\n\n*Document*\n\n* [server api document](doc/api.md)\n* [server storage](doc/storage.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fgossh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeskyblue%2Fgossh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fgossh/lists"}