55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"HostName": "",
|
|
"SharedKey": "WEB_ACCESS_PASSWORD",
|
|
"DialTimeout": 5,
|
|
"Socks5": "",
|
|
"Socks5User": "",
|
|
"Socks5Password": "",
|
|
"Servers": [
|
|
{
|
|
"ListenInterface": "127.0.0.1",
|
|
"ListenPort": 8182,
|
|
"InitialTimeout": 3,
|
|
"ReadTimeout": 60,
|
|
"WriteTimeout": 60,
|
|
"HeartbeatTimeout": 20,
|
|
"ReadDelay": 10,
|
|
"WriteDelay": 10,
|
|
"TLSCertificateFile": "",
|
|
"TLSCertificateKeyFile": ""
|
|
}
|
|
],
|
|
"Presets": [
|
|
{
|
|
"Title": "SDF.org Unix Shell",
|
|
"Type": "SSH",
|
|
"Host": "sdf.org:22",
|
|
"Meta": {
|
|
"Encoding": "utf-8",
|
|
"Authentication": "Password"
|
|
}
|
|
},
|
|
{
|
|
"Title": "My own super secure server",
|
|
"Type": "SSH",
|
|
"Host": "localhost",
|
|
"Meta": {
|
|
"User": "root",
|
|
"Encoding": "utf-8",
|
|
"Private Key": "-----BEGIN RSA PRIV...\nMIIE...\n-----END RSA PRI...\n",
|
|
"Authentication": "Private Key",
|
|
"Fingerprint": "SHA256:bgO...."
|
|
}
|
|
},
|
|
{
|
|
"Title": "My own super expensive router",
|
|
"Type": "Telnet",
|
|
"Host": "10.0.0.1",
|
|
"Meta": {
|
|
"Encoding": "ibm866"
|
|
}
|
|
}
|
|
],
|
|
"OnlyAllowPresetRemotes": false
|
|
}
|