{"id":16696423,"url":"https://github.com/gbevan/sshui","last_synced_at":"2025-10-31T04:32:09.055Z","repository":{"id":45018079,"uuid":"113701263","full_name":"gbevan/sshui","owner":"gbevan","description":"Desktop app for SSH xterm sessions and persistent tunnels with vaulted credential store","archived":true,"fork":false,"pushed_at":"2023-04-19T15:55:35.000Z","size":1772,"stargazers_count":4,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T12:12:31.946Z","etag":null,"topics":["angular","desktop","lowdb","nwjs","persistent-tunnels","reattachable-terminals","screen","ssh","ssh-tunnel","tunnel","vault","xterm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gbevan.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":"2017-12-09T21:07:03.000Z","updated_at":"2024-06-18T17:13:01.000Z","dependencies_parsed_at":"2022-09-22T18:44:32.062Z","dependency_job_id":null,"html_url":"https://github.com/gbevan/sshui","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fsshui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fsshui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fsshui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fsshui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbevan","download_url":"https://codeload.github.com/gbevan/sshui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239114233,"owners_count":19583985,"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":["angular","desktop","lowdb","nwjs","persistent-tunnels","reattachable-terminals","screen","ssh","ssh-tunnel","tunnel","vault","xterm"],"created_at":"2024-10-12T17:28:29.926Z","updated_at":"2025-10-31T04:32:08.620Z","avatar_url":"https://github.com/gbevan.png","language":"TypeScript","readme":"# sshui\n| ![](https://img.shields.io/github/release/gbevan/sshui.svg) | ![](https://img.shields.io/github/license/gbevan/sshui.svg) |\n|-|-|\n\u003cpre\u003e\n...............................................................................\n...............................................................................\n.................................hhhhhhh.................................iiii..\n.................................h:::::h................................i::::i.\n.................................h:::::h.................................iiii..\n.................................h:::::h.......................................\n....ssssssssss.......ssssssssss...h::::h.hhhhh.......uuuuuu....uuuuuu..iiiiiii.\n..ss::::::::::s....ss::::::::::s..h::::hh:::::hhh....u::::u....u::::u..i:::::i.\nss:::::::::::::s.ss:::::::::::::s.h::::::::::::::hh..u::::u....u::::u...i::::i.\ns::::::ssss:::::ss::::::ssss:::::sh:::::::hhh::::::h.u::::u....u::::u...i::::i.\n.s:::::s..ssssss..s:::::s..ssssss.h::::::h...h::::::hu::::u....u::::u...i::::i.\n...s::::::s.........s::::::s......h:::::h.....h:::::hu::::u....u::::u...i::::i.\n......s::::::s.........s::::::s...h:::::h.....h:::::hu::::u....u::::u...i::::i.\nssssss...s:::::s.ssssss...s:::::s.h:::::h.....h:::::hu:::::uuuu:::::u...i::::i.\ns:::::ssss::::::ss:::::ssss::::::sh:::::h.....h:::::hu:::::::::::::::uui::::::i\ns::::::::::::::s.s::::::::::::::s.h:::::h.....h:::::h.u:::::::::::::::ui::::::i\n.s:::::::::::ss...s:::::::::::ss..h:::::h.....h:::::h..uu::::::::uu:::ui::::::i\n..sssssssssss......sssssssssss....hhhhhhh.....hhhhhhh....uuuuuuuu..uuuuiiiiiiii\n...............................................................................\n...............................................................................\n\u003c/pre\u003e\nA desktop application to manage ssh credentials, sessions and persistent tunnels.\n\nBuilt using nw.js, Angular and Angular Material.\nThe goal is to provide secure persistent SSH tunnels into private networks\nlike AWS VPCs via a Bastion host.  The tunnels can be set to auto restart\nafter suspend/resume of your workstation.\n\nAll credentials/keys are encrypted in a JSON AES256GCM vault using\n[lowdb](https://github.com/typicode/lowdb).\n\nSSH protocol support is provided by the npm project\n[ssh2](https://github.com/mscdex/ssh2) which is a\npure javascript implementation of an SSH2 client.  Therefore this\napp does not need to depend upon OpenSSH or Putty etc being installed - it\nis completely self-contained.\n\nTerminal support is provided by [xterm.js](https://github.com/xtermjs/xterm.js).\nThe `screen` command is leveraged for terminal persistent (multi-)sessions where\nit is available on endpoints.\n\nPlease feel free to contribute.\n\n## Downloads\n\nPrebuilt zip packages for linux64, osx64 and win64 are available in\n[Releases](https://github.com/gbevan/sshui/releases).\n\n## Screenshots\n### Login\n![Vault Password](docs/img/login.jpeg)\n### Sessions\n![Sessions](docs/img/sessions.jpeg)\n### Local Tunnels\n![Local Tunnels](docs/img/local-tunnels.jpeg)\n### Unlock\n![Vault Password](docs/img/vaultpw.jpeg)\n\n## COPYRIGHT\n\nCopyright 2017-2020 Graham Lee Bevan \u003cgraham.bevan@ntlworld.com\u003e\n\n## LICENSE\n\n[GPL-3.0](https://github.com/gbevan/sshui/blob/master/LICENSE)\n\n## Developer Notes\n\n### Start webpack in watch mode for continuous builds while developing\n```bash\n$ gulp webpack\n```\nto run a single webpack without watching for changes:\n```bash\n$ gulp webpackrel\n```\n### Run the app using nw.js direct from source (no build)\n```bash\n$ node_modules/nw/nwjs/nw --nwapp=.\n```\nwith a temp vault and debugging enabled\n```bash\n$ rm /tmp/v; DEBUG=\"sshui:*\" node_modules/nw/nwjs/nw --nwapp=. --db=/tmp/v\n```\nTODO: migrate this into gulp\n\nv0.5: this is now achieved by simply running:\n```bash\n$ gulp run\n```\n### Run the protractor E2E UI test suite\n```bash\n$ gulp e2e\n```\n### Build package with SDK for debugging\n```bash\n$ gulp build\n```\nCreates the build in the `build/` folder\n\n### Run the built development package with debugging and a temp vault\n```bash\n$ rm /tmp/v; DEBUG=\"sshui:*\" build/sshui/linux64/sshui --db=/tmp/v\n```\nthe `--db=/tmp/v` tells sshui to use a different vault db file, for testing.\n\n### Run the app in continuous source edit/webpack with watch modes\n```bash\n$ gulp\n```\n(Uses /tmp/.sshui_v as the lowdb vault db for testing.)\n\n### To build the Release zip files\n```bash\n$ gulp release\n```\nRelease packages will be in `'release/sshui - v?.?.?/'`, ready to upload to\ngithub Releases.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fsshui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbevan%2Fsshui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fsshui/lists"}