Skip to content

DrianeDiojanPerez/lazyssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazyssh logo

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

About

A simple SSH connection manager TUI.

Topics

Resources

License

Stars

Watchers

Forks

Contributors