mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-16 13:27:44 +00:00
18 lines
No EOL
414 B
JSON
18 lines
No EOL
414 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |