sshwifty auf conf file umgestellt

This commit is contained in:
borgal
2022-02-07 13:33:07 +00:00
parent 2922b537f8
commit 43b98a5ec9
2 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
{
"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
}