-
Notifications
You must be signed in to change notification settings - Fork 0
/
shuttle.json
45 lines (45 loc) · 972 Bytes
/
shuttle.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
{
"_comment1": "Valid terminals include: 'Terminal.app' or 'iTerm'",
"_comment2": "Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
"_comment3": "For more information on how to configure, please see http://fitztrev.github.io/shuttle/",
"terminal": "iTerm.app",
"launch_at_login": false,
"hosts": [
{
"name": "joesmac mini",
"cmd": "ssh joe@10.0.0.5"
},
{
"Personal": [
{
"name": "My blog",
"cmd": "ssh username@blog.example.com"
}
]
},
{
"Work": [
{
"name": "dev.example.net",
"cmd": "ssh username@dev.example.net -p 3000"
},
{
"name": "staging.example.net",
"cmd": "ssh username@staging.example.net -p 3000"
},
{
"name": "production.example.net",
"cmd": "ssh username@example.net -p 3000"
}
]
},
{
"Webfaction": [
{
"name": "webfaction",
"cmd": "ssh judgej@judgej.webfaction.com"
}
]
}
]
}