Update docker-baikal

This commit is contained in:
Ingrid010109!? 2025-09-20 12:12:50 +02:00
parent 0b6fe51cbf
commit e58d709f4b
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.174.55", "host" : "192.168.174.55",
"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" : "NjNZLbjk8IjnjeCpNIxkqcpNaZorbIAs83TRJM+tCNbD2cKcVB5yn4AI" "encryptedValue" : "02M9EhfX5WP8fLqgCXOlki8xWw_YbRK21TKo_Gn-D9xYVam1LNBkta3E_TwjY3sTUQ0uzum77Gkr9wapnnqTkWkJ_f8zX_HCDvS9dbeS2stOjQxrhb6hiW3zDamRaHg5NCJw3_PpQP64_NUJFm1by-lICHmeU0ql"
} },
"encryptedToken" : {
"token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA=="
} }
}, },
"identityStrategy" : { "sshIdentity" : {
"type" : "none" "secret" : {
"type" : "locked",
"encryptedValue" : "TeSfUuqssUbpoowZ0TmC-GUzFM0SR7AdjKmrg4vOtXo34k5SKsVcgCcw1qSQyUNcUw=="
},
"encryptedToken" : {
"token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA=="
}
}
}
}, },
"dontInteractWithSystem" : false, "dontInteractWithSystem" : false,
"forwardX11" : false "forwardX11" : false,
"jumpServer" : false,
"additionalOptions" : null
} }