This commit is contained in:
2026-03-13 22:24:01 +00:00
parent 0684addad5
commit 734ab8fbb2

View File

@@ -6,122 +6,122 @@ metadata:
data:
sshwifty.conf.json: |
{
"SharedKey": "4IsTheMindKiller",
"DialTimeout": 10,
"Servers": [
{
"ListenInterface": "0.0.0.0",
"ListenPort": 8182,
"InitialTimeout": 3,
"ReadTimeout": 60,
"WriteTimeout": 60,
"HeartbeatTimeout": 20,
"ReadDelay": 10,
"WriteDelay": 10
}
],
"Presets": [
{
"Title": "hyper1",
"Type": "SSH",
"Host": "hyper1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Password": "4IsTheMindKiller"
"SharedKey": "4IsTheMindKiller",
"DialTimeout": 10,
"Servers": [
{
"ListenInterface": "0.0.0.0",
"ListenPort": 8182,
"InitialTimeout": 3,
"ReadTimeout": 60,
"WriteTimeout": 60,
"HeartbeatTimeout": 20,
"ReadDelay": 10,
"WriteDelay": 10
}
},
{
"Title": "hyper2",
"Type": "SSH",
"Host": "hyper2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Authentication": "Password",
"Password": "4IsTheMindKiller"
],
"Presets": [
{
"Title": "hyper1",
"Type": "SSH",
"Host": "hyper1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Password": "4IsTheMindKiller"
}
},
{
"Title": "hyper2",
"Type": "SSH",
"Host": "hyper2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Authentication": "Password",
"Password": "4IsTheMindKiller"
}
},
{
"Title": "build-node",
"Type": "SSH",
"Host": "build-node.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Authentication": "Password",
"Password": "23esa1b"
}
},
{
"Title": "control-plane1",
"Type": "SSH",
"Host": "control-plane1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "control-plane2",
"Type": "SSH",
"Host": "control-plane2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "control-plane3",
"Type": "SSH",
"Host": "control-plane3.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker1",
"Type": "SSH",
"Host": "worker1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker2",
"Type": "SSH",
"Host": "worker2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker3",
"Type": "SSH",
"Host": "worker3.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
}
},
{
"Title": "build-node",
"Type": "SSH",
"Host": "build-node.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "root",
"Authentication": "Password",
"Password": "23esa1b"
}
},
{
"Title": "control-plane1",
"Type": "SSH",
"Host": "control-plane1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "control-plane2",
"Type": "SSH",
"Host": "control-plane2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "control-plane3",
"Type": "SSH",
"Host": "control-plane3.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker1",
"Type": "SSH",
"Host": "worker1.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker2",
"Type": "SSH",
"Host": "worker2.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
},
{
"Title": "worker3",
"Type": "SSH",
"Host": "worker3.undercloud.local:22",
"TabColor": "112233",
"Meta": {
"User": "core",
"Authentication": "Private Key",
"Private Key": "file:///keys/id_ed25519"
}
}
],
"OnlyAllowPresetRemotes": false
}
],
"OnlyAllowPresetRemotes": false
}
---
apiVersion: v1
kind: Secret