-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSSHTunnelManager.scriptSuite
More file actions
executable file
·37 lines (36 loc) · 1.04 KB
/
SSHTunnelManager.scriptSuite
File metadata and controls
executable file
·37 lines (36 loc) · 1.04 KB
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
{
"Name" = "SSHTunnelManager";
"AppleEventCode" = "stm2";
"Classes" = {
"SSHTunnelApp" = {
"Superclass" = "NSCoreSuite.NSAbstractObject";
"AppleEventCode" = "capp";
"SupportedCommands" = {
"authenticate" = "authenticate:";
"NSCoreSuite.Quit" = "handleQuitScriptCommand:";
};
};
};
"Commands" = {
"authenticate" = {
"CommandClass" = "NSScriptCommand";
"AppleEventCode" = "auth";
"Class" = "NSString";
"ResultAppleEventCode" = "****";
"Arguments" = {
"query" = {
"Type" = "NSString";
"AppleEventCode" = "qery";
};
"fifo" = {
"Type" = "NSString";
"AppleEventCode" = "fifo";
};
"tunnelName" = {
"Type" = "NSString";
"AppleEventCode" = "tunn";
};
};
};
};
}