{"id":31787290,"url":"https://github.com/m-a-x-s-e-e-l-i-g/very-ssh","last_synced_at":"2026-07-28T03:31:04.378Z","repository":{"id":284541543,"uuid":"955253156","full_name":"m-a-x-s-e-e-l-i-g/very-ssh","owner":"m-a-x-s-e-e-l-i-g","description":"A minimal, fast GUI for quickly launching SSH sessions from your ~/.ssh/config.","archived":false,"fork":false,"pushed_at":"2025-04-24T15:38:45.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T16:48:57.885Z","etag":null,"topics":["keychain","ssh","ssh-config"],"latest_commit_sha":null,"homepage":"","language":"Python","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/m-a-x-s-e-e-l-i-g.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,"zenodo":null}},"created_at":"2025-03-26T10:57:21.000Z","updated_at":"2025-04-24T15:38:49.000Z","dependencies_parsed_at":"2025-04-24T16:40:36.452Z","dependency_job_id":"b25ff1e5-8a37-45b5-a781-d75ab39ae182","html_url":"https://github.com/m-a-x-s-e-e-l-i-g/very-ssh","commit_stats":null,"previous_names":["m-a-x-s-e-e-l-i-g/very-ssh"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/m-a-x-s-e-e-l-i-g/very-ssh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-a-x-s-e-e-l-i-g%2Fvery-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-a-x-s-e-e-l-i-g%2Fvery-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-a-x-s-e-e-l-i-g%2Fvery-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-a-x-s-e-e-l-i-g%2Fvery-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-a-x-s-e-e-l-i-g","download_url":"https://codeload.github.com/m-a-x-s-e-e-l-i-g/very-ssh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-a-x-s-e-e-l-i-g%2Fvery-ssh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004066,"owners_count":26083668,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["keychain","ssh","ssh-config"],"created_at":"2025-10-10T13:58:01.670Z","updated_at":"2026-07-28T03:31:04.367Z","avatar_url":"https://github.com/m-a-x-s-e-e-l-i-g.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VerySSH - Windows SSH Launcher\n\n![Build](https://img.shields.io/github/actions/workflow/status/m-a-x-s-e-e-l-i-g/very-ssh/release.yml)\n![License](https://img.shields.io/github/license/m-a-x-s-e-e-l-i-g/very-ssh)\n![Python](https://img.shields.io/badge/python-3.11%2B-blue)\n[![Download VerySSH](https://img.shields.io/sourceforge/dt/very-ssh.svg)](https://sourceforge.net/projects/very-ssh/files/latest/download)\n\nA minimal, fast GUI for quickly launching SSH sessions from your `~/.ssh/config`.  \nSSH keychain 🔑🔗  \n![screenshots](assets/banner.png)\n---\n\n[![Download VerySSH](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/very-ssh/files/latest/download)\n\n## 🔧 Features\n\n- Parses `~/.ssh/config` and lists all hosts\n- Click to connect via Windows Terminal (`wt ssh \u003chost\u003e`)\n- Auto light/dark mode based on Windows settings\n- Minimal, fast, and easy to use\n- Easy keyboard navigation\n---\n\n## ⌨️ Keyboard Shortcuts\n**Type to filter hosts**\n- **Arrow Up/Down**: Navigate through the list of hosts\n- **Enter**: Connect to the selected host\n- **Esc**: Close the application\n- **Delete**: Clear the filter\n\n## 🚀 How to Run\n\n### 1. Download the latest release\n\nGo to the [Releases](https://github.com/your-repo/very-ssh/releases) page and download the pre-built `.exe` file for your platform.\n\n### 2. Run the executable\n\nSimply double-click the downloaded `.exe` file to launch the application.\n\n---\n\n## 📦 Build Standalone `.exe` (Optional)\n\nIf you prefer to build the executable yourself, follow these steps:\n\n### 1. Install Requirements\n\n```bash\npip install -r requirements.txt\n```\n\n### 2. Build executable\n\nRun the build script:\n\n```bash\nbuild.bat\n```\n\nThis default build uses `onedir` for faster startup.\nExecutable path:\n\n```bash\ndist/VerySSH/VerySSH.exe\n```\n\nIf you need a single-file executable (slower startup), run:\n\n```bash\nbuild.bat onefile\n```\n\nSingle-file output path:\n\n```bash\ndist/VerySSH.exe\n```\n\nOutput will be in the `dist/` folder.\n\n---\n\n## 📁 Project Structure\n\n```\nssh_launcher/\n├── __main__.py         # Entry point\n├── config.py           # SSH config parsing\n├── theme.py            # Windows theme detection\n├── ui.py               # GUI logic\n├── assets/\n│   └── icon.ico        # Application icon\n.github/\n└── workflows/\n    └── release.yml     # GitHub Actions workflow for releases\nassets/\n├── banner.png          # Banner image for documentation\n├── icon.ai             # Editable icon source\n└── icon.png            # Icon image\nbuild.bat               # Build script for PyInstaller\nlauncher.py             # Launcher script for the standalone executable\nREADME.md               # Project documentation\nLICENSE                 # License file\nrequirements.txt        # Python dependencies\n```\n\n---\n\n## ✅ Example SSH Config\n\nMake sure your `~/.ssh/config` has entries like:\n\n```ssh\nHost my-server\n    HostName 192.168.1.10\n    User max\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue or submit a pull request. For major changes, discuss them first by opening an issue.\n\n## License\n\n[MIT](./LICENSE). Do whatever the hell you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-a-x-s-e-e-l-i-g%2Fvery-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-a-x-s-e-e-l-i-g%2Fvery-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-a-x-s-e-e-l-i-g%2Fvery-ssh/lists"}