https://github.com/j3ssie/sfleet
Simple utility to manage multiple ssh
https://github.com/j3ssie/sfleet
cli golang ssh ssh-client
Last synced: about 1 year ago
JSON representation
Simple utility to manage multiple ssh
- Host: GitHub
- URL: https://github.com/j3ssie/sfleet
- Owner: j3ssie
- License: mit
- Created: 2022-06-22T06:51:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T07:10:44.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T21:23:03.921Z (over 1 year ago)
- Topics: cli, golang, ssh, ssh-client
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sfleet
=========
Simple utility to manage multiple ssh
## Install
```shell
go install github.com/j3ssie/sfleet@latest
```
## Usage
```shell
# simple usage
sfleet exec -t '1.2.3.4' --cmd 'ls -la /'
echo '1.2.3.4' | sfleet exec --cmd 'ls -la /'
# add worker to the config at ~/.sfleet/config
cat list-of-ips | sfleet worker add
# run command on all the existing worker
sfleet exec --cmd 'ls -la /'
```
## Donation
[](https://paypal.me/j3ssiejjj)
[](https://www.buymeacoffee.com/j3ssie)