| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Your friendly SSH companion 🐢
A lightweight, local-first SSH configuration manager with smart diagnostics.
You don't need it. If you're comfortable editing config files and debugging SSH errors, you're all set.
But even power users waste time on:
| Scenario | Without SSH Buddy | With SSH Buddy |
|---|---|---|
| Permission denied (publickey) | Check key path → check permissions → check agent → check known_hosts → ... | Click "Diagnose" → see exactly what's wrong → one-click fix |
| "Is my RSA key still secure?" | ssh-keygen -l -f ~/.ssh/id_rsa + Google recommended bit length | Security tab shows warnings for weak keys automatically |
| New laptop, set up GitHub + GitLab + work accounts | Write 3 Host blocks, generate keys, copy pubkeys, test each... | Git Wizard: 2 min per account, guided step-by-step |
| "Which key am I using for what?" | cat ~/.ssh/config, try to remember | Visual list with tags, favorites, and search |
| Host key changed warning | Manually edit ~/.ssh/known_hosts line 47 | Click "Remove old key" → done |
SSH Buddy reads and writes to your actual ~/.ssh/config. No proprietary format, no lock-in. Stop using it anytime and your config still works.
Connect to GitHub, GitLab, or Bitbucket without memorizing SSH syntax.
When SSH connections fail, stop guessing.
Your config gets a health check.
All your SSH hosts in one place.
Overview all your SSH keys.
Stay up to date without leaving the app.
Manage all your SSH hosts with a clean, intuitive interface.
Get warnings about weak keys, permission issues, and security risks.
Connect to GitHub, GitLab, or Bitbucket in minutes with step-by-step guidance.
# Install via Homebrew
brew tap runkids/tap && brew install --cask ssh-buddyOr download the latest .dmg from Releases and drag to Applications.
Homebrew: Troubleshooting SHA256 mismatch errorsIf you encounter a SHA256 mismatch error during installation:
# Clear Homebrew's download cache and retry
brew cleanup ssh-buddy
brew install --cask ssh-buddy
# Or force reinstall
brew reinstall --cask ssh-buddyThis usually happens when Homebrew has a cached download from a previous version.
Download the latest .msi from Releases and run the installer.
Windows: Enable SSH Agent (required for full functionality)# Run PowerShell as Administrator
Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-ServiceOr: Services (services.msc) → OpenSSH Authentication Agent → Startup type: Automatic → Start
Built with Tauri + React + TypeScript + Tailwind CSS
pnpm install
pnpm dev:tauri # Development
pnpm tauri build # Production buildMIT
| Back | FazBrowse Home | New Git URL |