forked from kwerle/ssh-tunnel-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSSHTunnelManager.scriptTerminology
More file actions
executable file
·31 lines (31 loc) · 1011 Bytes
/
SSHTunnelManager.scriptTerminology
File metadata and controls
executable file
·31 lines (31 loc) · 1011 Bytes
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
{
"Name" = "SSH Tunnel Manager suite";
"Description" = "Suite for handling tunnel management";
"Classes" = {
"SSHTunnelApp" = {
"Name" = "application";
"PluralName" = "applications";
"Description" = "SSH Tunnel Manager application";
};
};
"Commands" = {
"authenticate" = {
"Name" = "authenticate";
"Description" = "Open the dialog asking for password or passphrase";
"Arguments" = {
"query" = {
"Name" = "query phrase";
"Description" = "The string to show in the dialog";
};
"fifo" = {
"Name" = "fifo";
"Description" = "The FIFO file where expecting the passphrase";
};
"tunnelName" = {
"Name" = "tunnel";
"Description" = "Tunnel's name";
};
};
};
};
}