mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-15 12:57:54 +00:00
20 lines
No EOL
459 B
JSON
20 lines
No EOL
459 B
JSON
{
|
|
"SshHosts": [
|
|
{
|
|
"Host": "192.168.31.51",
|
|
"Port": 22,
|
|
"Username": "admin",
|
|
"Password": "admin",
|
|
"cmds":"show clock;show clock"
|
|
},
|
|
{
|
|
"Host": "192.168.80.131",
|
|
"Port": 22,
|
|
"Username": "root",
|
|
"Password": "",
|
|
"key": "./server.key",
|
|
"linuxMode": true,
|
|
"CmdFile": "cmd2.txt.example"
|
|
}
|
|
]
|
|
} |