SkillAgentSearch skills...

Lazyssh

A simple SSH connection manager TUI.

Install / Use

/learn @DrianeDiojanPerez/Lazyssh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://raw.githubusercontent.com/DrianeDiojanPerez/lazyssh/refs/heads/master/demo/demo.png" alt="lazyssh logo" width="800" height="800"/> </div>

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:

  1. Check the issues page
  2. Create a new issue with details about your system and the problem

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated11h ago
Forks0

Languages

Rust

Security Score

95/100

Audited on Apr 9, 2026

No findings