version 0.1 release

This commit is contained in:
Feng_Qi 2017-06-09 10:00:03 +08:00
parent 1d08bcf541
commit 37bbc34df8
9 changed files with 294 additions and 57 deletions

18
ssh.json.example Normal file
View file

@ -0,0 +1,18 @@
{
"SshHosts": [
{
"Host": "192.168.15.101",
"Port": 22,
"Username": "admin",
"Password": "admin",
"CmdFile": "cmd1.txt.example"
},
{
"Host": "192.168.83.40",
"Port": 22,
"Username": "root",
"Password": "root",
"CmdFile": "cmd2.txt.example"
}
]
}