{"id":50705444,"url":"https://github.com/sudo-py-dev/ssh-snap","last_synced_at":"2026-06-09T11:01:50.421Z","repository":{"id":347653484,"uuid":"1193716378","full_name":"sudo-py-dev/ssh-snap","owner":"sudo-py-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-28T21:14:57.000Z","size":577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T22:20:17.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-py-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-27T14:04:58.000Z","updated_at":"2026-03-28T21:15:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sudo-py-dev/ssh-snap","commit_stats":null,"previous_names":["sudo-py-dev/ssh-snap"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sudo-py-dev/ssh-snap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-py-dev%2Fssh-snap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-py-dev%2Fssh-snap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-py-dev%2Fssh-snap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-py-dev%2Fssh-snap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-py-dev","download_url":"https://codeload.github.com/sudo-py-dev/ssh-snap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-py-dev%2Fssh-snap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34103357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2026-06-09T11:01:50.316Z","updated_at":"2026-06-09T11:01:50.405Z","avatar_url":"https://github.com/sudo-py-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/app_icon.png\" width=\"128\" height=\"128\" alt=\"ssh-snap Logo\"\u003e\n\u003c/p\u003e\n\n# 🚀 ssh-snap\n\n**A modern, clean SSH manager built for the GNOME desktop.**  \nBuilt with 🦀 **Rust**, **GTK4**, and **Libadwaita**, `ssh-snap` is fast, safe, and easy to use.\n\n---\n\n## ✨ Key Features\n\n### 🎨 Native Feel\n*   **Modern Design**: Looks and feels like a native part of GNOME.\n*   **Simple Layouts**: Easily switch between a **Dashboard** 📊 and a **Sidebar** 🗂️.\n*   **Dark Mode**: Automatically matches your system colors.\n\n### 🔐 Safe and Sound\n*   **Strong Encryption**: Your data is securely locked with **AES-256-GCM** 🛡️.\n*   **Trusted Security**: Uses **Argon2id** to make sure your keys are extra safe.\n*   **Keychain Ready**: Saves your passwords safely in your system's built-in key storage 🔑.\n*   **Identity Check**: Works with standard Linux tools to verify who you are.\n\n### ⚡ Built-in Terminal\n*   **Fast Connection**: A smooth, snappy terminal right inside the app ⌨️.\n*   **Stay Organized**: Keep all your server sessions open and easy to find in one place.\n\n---\n\n## 📦 Installation\n\n### 📥 Debian / Ubuntu (Recommended)\nYou can now install the pre-compiled `.deb` package directly:\n\n```bash\nsudo dpkg -i target/debian/ssh-snap_1.0.0-1_amd64.deb\nsudo apt-get install -f  # Install missing dependencies\n```\n\n### 🛠️ Building from Source\nEnsure you have the required development headers: `libgtk-4-dev`, `libadwaita-1-dev`, `libvte-2.91-gtk4-dev`, `libpam0g-dev`.\n\n```bash\n# Clone and Build\ngit clone https://github.com/sudo-py-dev/ssh-snap.git\ncd ssh-snap\ncargo build --release\n\n# Run\n./target/release/ssh-snap\n```\n\n---\n\n## 🚀 Quick Start\n1.  **Add a Server**: Click the **+** (Plus) button in the header bar.\n2.  **Authenticate**: Enter your credentials. If \"Secure Store\" is enabled, your data is AES-encrypted at rest.\n3.  **Connect**: Double-click any profile to launch an integrated SSH session immediately.\n\n---\n\n## 📂 Project Architecture\n*   `src/core/`: Security engine (Encryption, PAM, Keyring).\n*   `src/ui/`: GTK4/Adwaita components and window management.\n*   `src/models/`: Robust data structures and persistence logic.\n\n---\n\n## 📜 License\nLicensed under the **MIT License**. See [LICENSE](LICENSE) for details.\n\n---\n\u003cp align=\"center\"\u003e\n  Made with ❤️ for the Linux Community.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-py-dev%2Fssh-snap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-py-dev%2Fssh-snap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-py-dev%2Fssh-snap/lists"}