mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-16 13:27:44 +00:00
version 0.1 release
This commit is contained in:
parent
1d08bcf541
commit
37bbc34df8
9 changed files with 294 additions and 57 deletions
18
ssh.json.example
Normal file
18
ssh.json.example
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue