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.
- Host: GitHub
- URL: https://github.com/maintell/sshshield
- Owner: maintell
- License: mit
- Created: 2020-03-28T02:47:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T05:32:44.000Z (over 6 years ago)
- Last Synced: 2025-06-14T13:07:29.806Z (about 1 year ago)
- Topics: golang, schdule, ssh, tool
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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