{"id":15788150,"url":"https://github.com/mevdschee/cli-support","last_synced_at":"2025-05-07T08:44:03.441Z","repository":{"id":151764570,"uuid":"100299506","full_name":"mevdschee/cli-support","owner":"mevdschee","description":"Shell script to offer remote linux CLI support over SSH to users behind a NAT","archived":false,"fork":false,"pushed_at":"2017-08-17T23:27:30.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-26T15:02:38.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mevdschee.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":"2017-08-14T18:51:59.000Z","updated_at":"2024-03-13T18:55:45.000Z","dependencies_parsed_at":"2023-07-30T17:46:16.442Z","dependency_job_id":null,"html_url":"https://github.com/mevdschee/cli-support","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/mevdschee%2Fcli-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fcli-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fcli-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fcli-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevdschee","download_url":"https://codeload.github.com/mevdschee/cli-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252846105,"owners_count":21813378,"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-04T21:41:14.236Z","updated_at":"2025-05-07T08:44:03.423Z","avatar_url":"https://github.com/mevdschee.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cli-support\n\nThis shell script allows you to offer remote linux command line support over SSH to your clients that are behind a NAT. \nIt is comparable to a reverse shell, but it does not require the support agent to setup a listening port first.\nThe script allows the user to see what is executed and also allows the user to interact (and change the screen size).\n\n### Requirements\n\n- bash\n- socat\n- tmux\n\n### Installation\n\nExecute the following commands:\n\n    sudo apt install socat tmux\n    curl https://raw.githubusercontent.com/mevdschee/cli-support/master/socat.sh -O socat.sh\n    chmod 755 socat.sh\n    \nNow you are ready to run the client.\n\n### Usage\n\nThe client that needs support should run:\n\n      ./socat.sh user@hostname\n\nYou (the support agent) should run on the server:\n\n      socat file:`tty`,raw,echo=0 tcp-connect:localhost:6000\n\nThe script shares the session in such a way that both parties can view AND type and that the client can resize the terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fcli-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevdschee%2Fcli-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fcli-support/lists"}