Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 291 Bytes

File metadata and controls

14 lines (8 loc) · 291 Bytes

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