[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73240":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},73240,"lazyssh","Adembc\u002Flazyssh","Adembc","A terminal-based SSH manager inspired by lazydocker and k9s - Written in go","",null,"Go",3575,133,12,36,0,8,20,59,24,90.28,"Apache License 2.0",false,"main",true,[27,28,29,5,30,31,32,33,34],"cli","go","golang","scp","ssh","ssh-client","tui","tui-go","2026-06-12 04:01:08","\u003Cdiv align=\"center\">\n  \u003Cimg src=\".\u002Fdocs\u002Flogo.png\" alt=\"lazyssh logo\" width=\"600\" height=\"600\"\u002F>\n\u003C\u002Fdiv>\n\n---\n\nLazyssh is a terminal-based, interactive SSH manager inspired by tools like lazydocker and k9s — but built for managing your fleet of servers directly from your terminal.\n\u003Cbr\u002F>\nWith lazyssh, you can quickly navigate, connect, manage, and transfer files between your local machine and any server defined in your `~\u002F.ssh\u002Fconfig`. No more remembering IP addresses or running long scp commands — just a clean, keyboard-driven UI.\n\n---\n\n## ✨ Features\n\n### Server Management\n- 📜 Read & display servers from your `~\u002F.ssh\u002Fconfig` in a scrollable list.\n- ➕ Add a new server from the UI with comprehensive SSH configuration options.\n- ✏ Edit existing server entries directly from the UI with a tabbed interface.\n- 🗑 Delete server entries safely.\n- 📌 Pin \u002F unpin servers to keep favorites at the top.\n- 🏓 Ping server to check status.\n\n### Quick Server Navigation\n- 🔍 Fuzzy search by alias, IP, or tags.\n- 🖥 One‑keypress SSH into the selected server (Enter).\n- 🏷 Tag servers (e.g., prod, dev, test) for quick filtering.\n- ↕️ Sort by alias or last SSH (toggle + reverse).\n\n### Advanced SSH Configuration\n- 🔗 Port forwarding (LocalForward, RemoteForward, DynamicForward).\n- 🚀 Connection multiplexing for faster subsequent connections.\n- 🔐 Advanced authentication options (public key, password, agent forwarding).\n- 🔒 Security settings (ciphers, MACs, key exchange algorithms).\n- 🌐 Proxy settings (ProxyJump, ProxyCommand).\n- ⚙️ Extensive SSH config options organized in tabbed interface.\n\n### Key Management\n- 🔑 SSH key autocomplete with automatic detection of available keys.\n- 📝 Smart key selection with support for multiple keys.\n\n\n### Upcoming\n- 📁 Copy files between local and servers with an easy picker UI.\n- 🔑 SSH Key Deployment Features:\n    - Use default local public key (`~\u002F.ssh\u002Fid_ed25519.pub` or `~\u002F.ssh\u002Fid_rsa.pub`)\n    - Paste custom public keys manually\n    - Generate new keypairs and deploy them\n    - Automatically append keys to `~\u002F.ssh\u002Fauthorized_keys` with correct permissions\n---\n\n## 🔐 Security Notice\n\nlazyssh does not introduce any new security risks.\nIt is simply a UI\u002FTUI wrapper around your existing `~\u002F.ssh\u002Fconfig` file.\n\n- All SSH connections are executed through your system’s native ssh binary (OpenSSH).\n\n- Private keys, passwords, and credentials are never stored, transmitted, or modified by lazyssh.\n\n- Your existing IdentityFile paths and ssh-agent integrations work exactly as before.\n\n- lazyssh only reads and updates your `~\u002F.ssh\u002Fconfig`. A backup of the file is created automatically before any changes.\n\n- File permissions on your SSH config are preserved to ensure security.\n\n\n## 🛡️ Config Safety: Non‑destructive writes and backups\n\n- Non‑destructive edits: lazyssh only writes the minimal required changes to your ~\u002F.ssh\u002Fconfig. It uses a parser that preserves existing comments, spacing, order, and any settings it didn’t touch. Your handcrafted comments and formatting remain intact.\n- Atomic writes: updates are written to a temporary file and then atomically renamed over the original, minimizing the risk of partial writes.\n- Backups:\n  - One‑time original backup: before lazyssh makes its first change, it creates a single snapshot named config.original.backup beside your SSH config. If this file is present, it will never be recreated or overwritten.\n  - Rolling backups: on every subsequent save, lazyssh also creates a timestamped backup named like: ~\u002F.ssh\u002Fconfig-\u003Ctimestamp>-lazyssh.backup. The app keeps at most 10 of these backups, automatically removing the oldest ones.\n\n## 📷 Screenshots\n\n\u003Cdiv align=\"center\">\n\n### 🚀 Startup\n\u003Cimg src=\".\u002Fdocs\u002Floader.png\" alt=\"App starting splash\u002Floader\" width=\"800\" \u002F>\n\nClean loading screen when launching the app\n\n---\n\n### 📋 Server Management Dashboard\n\u003Cimg src=\".\u002Fdocs\u002Flist server.png\" alt=\"Server list view\" width=\"900\" \u002F>\n\nMain dashboard displaying all configured servers with status indicators, pinned favorites at the top, and easy navigation\n\n---\n\n### 🔎 Search\n\u003Cimg src=\".\u002Fdocs\u002Fsearch.png\" alt=\"Fuzzy search servers\" width=\"900\" \u002F>\n\nFuzzy search functionality to quickly find servers by name, IP address, or tags\n\n---\n\n### ➕ Add\u002FEdit Server\n\u003Cimg src=\".\u002Fdocs\u002Fadd server.png\" alt=\"Add a new server\" width=\"900\" \u002F>\n\nTabbed interface for managing SSH connections with extensive configuration options organized into:\n- **Basic** - Host, user, port, keys, tags\n- **Connection** - Proxy, timeouts, multiplexing, canonicalization\n- **Forwarding** - Port forwarding, X11, agent\n- **Authentication** - Keys, passwords, methods, algorithm settings\n- **Advanced** - Security, cryptography, environment, debugging\n\n---\n\n### 🔐 Connect to server\n\u003Cimg src=\".\u002Fdocs\u002Fssh.png\" alt=\"SSH connection details\" width=\"900\" \u002F>\n\nSSH into the selected server\n\n\u003C\u002Fdiv>\n\n---\n\n## 📦 Installation\n\n### Option 1: Homebrew (macOS)\n\n```bash\nbrew install Adembc\u002Fhomebrew-tap\u002Flazyssh\n```\n\n### Option 2: Download Binary from Releases\n\nDownload from [GitHub Releases](https:\u002F\u002Fgithub.com\u002FAdembc\u002Flazyssh\u002Freleases). You can use the snippet below to automatically fetch the latest version for your OS\u002FARCH (Darwin\u002FLinux and amd64\u002Farm64 supported):\n\n```bash\n# Detect latest version\nLATEST_TAG=$(curl -fsSL https:\u002F\u002Fapi.github.com\u002Frepos\u002FAdembc\u002Flazyssh\u002Freleases\u002Flatest | jq -r .tag_name)\n# Download the correct binary for your system\ncurl -LJO \"https:\u002F\u002Fgithub.com\u002FAdembc\u002Flazyssh\u002Freleases\u002Fdownload\u002F${LATEST_TAG}\u002Flazyssh_$(uname)_$(uname -m).tar.gz\"\n# Extract the binary\ntar -xzf lazyssh_$(uname)_$(uname -m).tar.gz\n# Move to \u002Fusr\u002Flocal\u002Fbin or another directory in your PATH\nsudo mv lazyssh \u002Fusr\u002Flocal\u002Fbin\u002F\n# enjoy!\nlazyssh\n```\n\n### Option 3: Build from Source\n\n```bash\n# Clone the repository\ngit clone https:\u002F\u002Fgithub.com\u002FAdembc\u002Flazyssh.git\ncd lazyssh\n\n# Build for macOS\nmake build\n.\u002Fbin\u002Flazyssh\n\n# Or Run it directly\nmake run\n```\n\n---\n\n## ⌨️ Key Bindings\n\n| Key   | Action                        |\n| ----- | ----------------------------- |\n| \u002F     | Toggle search bar             |\n| ↑↓\u002Fjk | Navigate servers              |\n| Enter | SSH into selected server      |\n| c     | Copy SSH command to clipboard |\n| g     | Ping selected server          |\n| r     | Refresh background data       |\n| a     | Add server                    |\n| e     | Edit server                   |\n| t     | Edit tags                     |\n| d     | Delete server                 |\n| p     | Pin\u002FUnpin server              |\n| s     | Toggle sort field             |\n| S     | Reverse sort order            |\n| q     | Quit                          |\n\n**In Server Form:**\n| Key    | Action               |\n| ------ | -------------------- |\n| Ctrl+H | Previous tab         |\n| Ctrl+L | Next tab             |\n| Ctrl+S | Save                 |\n| Esc    | Cancel               |\n\nTip: The hint bar at the top of the list shows the most useful shortcuts.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!\n\n- If you spot a bug or have a feature request, please [open an issue](https:\u002F\u002Fgithub.com\u002Fadembc\u002Flazyssh\u002Fissues).\n- If you'd like to contribute, fork the repo and submit a pull request ❤️.\n\nWe love seeing the community make Lazyssh better 🚀\n\n### Semantic Pull Requests\n\nThis repository enforces semantic PR titles via an automated GitHub Action. Please format your PR title as:\n\n- type(scope): short descriptive subject\nNotes:\n- Scope is optional and should be one of: ui, cli, config, parser.\n\nAllowed types in this repo:\n- feat: a new feature\n- fix: a bug fix\n- improve: quality or UX improvements that are not a refactor or perf\n- refactor: code change that neither fixes a bug nor adds a feature\n- docs: documentation only changes\n- test: adding or refactoring tests\n- ci: CI\u002FCD or automation changes\n- chore: maintenance tasks, dependency bumps, non-code infra\n- revert: reverts a previous commit\n\nExamples:\n- feat(ui): add server pinning and sorting options\n- fix(parser): handle comments at end of Host blocks\n- improve(cli): show friendly error when ssh binary missing\n- refactor(config): simplify backup rotation logic\n- docs: add installation instructions for Homebrew\n- ci: cache Go toolchain and dependencies\n\nTip: If your PR touches multiple areas, pick the most relevant scope or omit the scope.\n\n---\n\n## ⭐ Support\n\nIf you find Lazyssh useful, please consider giving the repo a **star** ⭐️ and join [stargazers](https:\u002F\u002Fgithub.com\u002Fadembc\u002Flazyssh\u002Fstargazers).\n\n☕ You can also support me by [buying me a coffee](https:\u002F\u002Fwww.buymeacoffee.com\u002Fadembc) ❤️\n\u003Cbr\u002F>\n\u003Ca href=\"https:\u002F\u002Fbuymeacoffee.com\u002Fadembc\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Fcdn.buymeacoffee.com\u002Fbuttons\u002Fv2\u002Fdefault-yellow.png\" width=\"200\">\u003C\u002Fa>\n\n\n---\n\n## 🙏 Acknowledgments\n\n- Built with [tview](https:\u002F\u002Fgithub.com\u002Frivo\u002Ftview) and [tcell](https:\u002F\u002Fgithub.com\u002Fgdamore\u002Ftcell).\n- Inspired by [k9s](https:\u002F\u002Fgithub.com\u002Fderailed\u002Fk9s) and [lazydocker](https:\u002F\u002Fgithub.com\u002Fjesseduffield\u002Flazydocker).\n\n","lazyssh 是一个基于终端的交互式 SSH 管理工具，灵感来源于 lazydocker 和 k9s，使用 Go 语言编写。它支持从 `~\u002F.ssh\u002Fconfig` 文件中读取并显示服务器列表，提供添加、编辑、删除和固定服务器的功能，并且可以通过模糊搜索快速定位和连接到指定服务器。此外，lazyssh 还具备端口转发、连接复用、高级身份验证选项等 SSH 配置功能，以及智能密钥管理和文件传输功能。适用于需要频繁管理多台服务器的运维人员和技术人员，能够显著提高工作效率。",2,"2026-06-11 03:44:38","high_star"]