https://github.com/blacknon/lsshell
lsshell is a Go-based TUI tool that allows parallel command execution across multiple SSH sessions, simplifying remote server management.
https://github.com/blacknon/lsshell
golang parallel shell ssh
Last synced: about 2 months ago
JSON representation
lsshell is a Go-based TUI tool that allows parallel command execution across multiple SSH sessions, simplifying remote server management.
- Host: GitHub
- URL: https://github.com/blacknon/lsshell
- Owner: blacknon
- License: mit
- Created: 2024-06-10T04:37:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T08:46:19.000Z (over 1 year ago)
- Last Synced: 2025-12-01T01:53:04.691Z (6 months ago)
- Topics: golang, parallel, shell, ssh
- Language: Go
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/blacknon/lsshell)
lsshell
===
`lsshell` is a TUI (Text-based User Interface) tool for managing parallel SSH sessions with an easy-to-use list selection interface.
It allows you to execute commands across multiple remote servers simultaneously, making it ideal for system administrators and developers managing multiple machines.
This tool is a related project of [lssh](https://github.com/blacknon/lssh). It uses the same configuration file as **lssh**.
## Features
- **Parallel SSH Execution**: Execute commands on multiple remote hosts simultaneously.
- **TUI Interface**: A user-friendly text-based interface for selecting hosts and managing sessions.
- **Flexible Configuration**: Easily configurable for different environments.
## Installation
To install `lsshell`, clone the repository and build it using Go.
```bash
git clone https://github.com/blacknon/lsshell.git
cd lsshell
go build
```
## Usage
To start lsshell, run the following command.
```bash
lsshell
```
You can then select hosts and execute commands across multiple sessions.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.