Files
docker/sshwifty/sshwifty.conf.json.sample
2022-02-07 13:33:07 +00:00

35 lines
703 B
Plaintext

{
"HostName": "",
"SharedKey": "changeMe",
"DialTimeout": 5,
"Socks5": "",
"Socks5User": "",
"Socks5Password": "",
"Servers": [
{
"ListenInterface": "0.0.0.0",
"ListenPort": 8182,
"InitialTimeout": 3,
"ReadTimeout": 60,
"WriteTimeout": 60,
"HeartbeatTimeout": 20,
"ReadDelay": 10,
"WriteDelay": 10,
"TLSCertificateFile": "",
"TLSCertificateKeyFile": ""
}
],
"Presets": [
{
"Title": "Docker",
"Type": "SSH",
"Host": "192.168.0.111:22",
"Meta": {
"User": "root",
"Encoding": "utf-8",
"Authentication": "Password"
}
}
],
"OnlyAllowPresetRemotes": false
}