An open API service indexing awesome lists of open source software.

https://github.com/maintell/sshshield

sshshield just an ssh tool to excute command periodically; use username and password to login; poor tool with few future.
https://github.com/maintell/sshshield

golang schdule ssh tool

Last synced: 11 months ago
JSON representation

sshshield just an ssh tool to excute command periodically; use username and password to login; poor tool with few future.

Awesome Lists containing this project

README

          

### sshshield

- just an ssh tool to excute command periodically;
- use username and password to login;
- poor tool with few future.

# Usage

sshshield -u [username] -p [password] -h [host:port] -c [command]

for example

sshshield -u root -p MyPassw0rd@000 -h 192.168.1.1:22 -c pwd