Lazyssh
A simple SSH connection manager TUI.
Install / Use
/learn @DrianeDiojanPerez/LazysshREADME
lazyssh
A simple SSH connection manager for lazy people.
Installation
Quick Install (Recommended)
Linux / macOS / WSL:
curl -fsSL https://raw.githubusercontent.com/DrianeDiojanPerez/lazyssh/refs/heads/master/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/DrianeDiojanPerez/lazyssh/refs/heads/master/install.ps1 | iex
Manual Installation
Download the appropriate binary for your system from the releases page:
Linux:
# Download for your architecture
wget https://github.com/DrianeDiojanPerez/lazyssh/releases/latest/download/lazyssh_Linux_x86_64.tar.gz
# Extract
tar -xzf lazyssh_Linux_x86_64.tar.gz
# Install globally
sudo mv lazyssh /usr/local/bin/
sudo chmod +x /usr/local/bin/lazyssh
Windows:
# Download the zip file from releases page
# Extract it
# Move lazyssh.exe to a folder in your PATH
Usage
After installation, simply run:
lazyssh
Or check available options:
lazyssh --help
Updating
To update to the latest version, just run the installation command again:
# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/DrianeDiojanPerez/lazyssh/refs/heads/master/install.sh | bash
# Windows
irm https://raw.githubusercontent.com/DrianeDiojanPerez/lazyssh/refs/heads/master/install.ps1 | iex
The installer will detect if you're already up to date.
Supported Platforms
- Linux: x86_64, ARM64
- Windows: x86_64
Uninstalling
Linux/macOS:
sudo rm /usr/local/bin/lazyssh
Windows:
Remove-Item "$env:USERPROFILE\bin\lazyssh.exe"
Building from Source
# Clone the repository
git clone https://github.com/DrianeDiojanPerez/lazyssh.git
cd lazyssh
# Build (requires Go)
go build -o lazyssh
# Install
sudo mv lazyssh /usr/local/bin/
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
If you encounter any issues:
- Check the issues page
- Create a new issue with details about your system and the problem
Related Skills
himalaya
353.3kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
taskflow
353.3kname: taskflow description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layer
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
