Update pihole

This commit is contained in:
Ingrid010109!? 2025-09-20 12:36:31 +02:00
parent 07d59a316b
commit f52ee64560
1 changed files with 25 additions and 13 deletions

View File

@ -1,23 +1,35 @@
{ {
"type" : "ssh", "type" : "ssh",
"proxy" : { "proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b",
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.176.47", "host" : "192.168.176.47",
"port" : 22, "port" : 22,
"user" : "root", "identity" : {
"password" : {
"type" : "inPlace", "type" : "inPlace",
"value" : { "identityStore" : {
"type" : "localIdentity",
"username" : "root",
"password" : {
"secret" : { "secret" : {
"type" : "locked", "type" : "locked",
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p" "encryptedValue" : "XTmbHqOM2EYuClA0eS3EZO9pE-YkGhkEaRc6XgLsLHT1MUvMaOQovehgIMY8IwZ14X1nW78GKIqgS7GZNjgOYLpko09x_EYEqwub7V6BU731julVJg6xH5OR_bVLwqOFtGPVT8NUrD9Ps2wFGu598Vt6uqcWbkg-"
} },
"encryptedToken" : {
"token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA=="
} }
}, },
"identityStrategy" : { "sshIdentity" : {
"type" : "none" "secret" : {
"type" : "locked",
"encryptedValue" : "UkDzIDATOwb1-VzSo0ft4MLpi7MlGmxcdKQs2LjJ1Ux9e-2y5uGl2w41sYEWMK5lMA=="
},
"encryptedToken" : {
"token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA=="
}
}
}
}, },
"dontInteractWithSystem" : false, "dontInteractWithSystem" : false,
"forwardX11" : false "forwardX11" : false,
"jumpServer" : false,
"additionalOptions" : null
} }