-
Notifications
You must be signed in to change notification settings - Fork 91
/
config.example.json
48 lines (48 loc) · 950 Bytes
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"show_detail": true,
"options": {
"ServerAliveInterval": 30
},
"servers": [
{
"name": "example-password",
"ip": "example-password",
"port": 22,
"user": "example-password",
"password": "example-password",
"method": "example-password",
"key": "",
"options": {
"ServerAliveInterval": 20
},
"alias": "example"
},
{
"name": "example-key",
"ip": "example-key",
"user": "example-key",
"method": "key"
}
],
"groups": [
{
"group_name": "your group name",
"prefix": "a",
"servers": [
{
"name": "example1",
"ip": "example1",
"user": "example1",
"password": "example1"
},
{
"name": "example2",
"ip": "example2",
"user": "example2",
"password": "example2"
}
],
"collapse": false
}
]
}