forked from SublimeText/Mote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.json
More file actions
24 lines (24 loc) · 770 Bytes
/
servers.json
File metadata and controls
24 lines (24 loc) · 770 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
{
"SERVER_NICKNAME":{
"connection_string": "saved_putty_session_name",
"idle_recursive": true
},
"SERVER_NICKNAME2":{
"connection_string": "USERNAME@HOSTNAME_OR_IP",
"password":"MYPASSWORD",
"idle_recursive": false,
"default_path": "iniital/path/to/open/to"
},
"SERVER_NICKNAME3":{
"connection_string": "USERNAME@HOSTNAME_OR_IP",
"password":"MYPASSWORD",
"private_key":"C:\\PATH\\TO\\PRIVATE\\KEY.ppk",
"idle_recursive": false,
"default_path": "iniital/path/to/open/to"
},
"SERVER_NICKNAME4":{
"connection_string": "-pw PASSWORD USERNAME@HOSTNAME_OR_IP",
"idle_recursive": false,
"default_path": "iniital/path/to/open/to"
}
}