This commit is contained in:
2026-03-12 15:00:56 +00:00
parent ad4cd2b800
commit e9c600e86a

View File

@@ -6,6 +6,7 @@ metadata:
data:
sshwifty.conf.json: |
{
"SharedKey": "4IsTheMindKiller",
"DialTimeout": 10,
"Servers": [
{
@@ -19,7 +20,19 @@ data:
"WriteDelay": 10
}
],
"Presets": [],
"Presets": [
{
"Title": "hyper",
"Type": "SSH",
"Host": "hyper1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Password": "4IsTheMindKiller",
"Authentication": "Password",
}
},
],
"OnlyAllowPresetRemotes": false
}