mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-16 13:27:44 +00:00
README VERSION 0.4.0
更新 readme 和 example
This commit is contained in:
parent
770df7122e
commit
53850621a5
2 changed files with 65 additions and 55 deletions
|
|
@ -1,20 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"Global": {
|
||||
"Ciphers": "aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc",
|
||||
"KeyExchanges": "diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1"
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue