Compare commits
2 Commits
a0831bd08a
...
543f85fddf
| Author | SHA1 | Date |
|---|---|---|
|
|
543f85fddf | |
|
|
5d14b2d6e8 |
|
|
@ -62,7 +62,7 @@ empty
|
||||||
|
|
||||||
**All connections / Default**
|
**All connections / Default**
|
||||||
|
|
||||||
empty
|
- [**Proxmox Kladow main**](stores/42090d28-ac8f-47f4-83b5-deb9f24cb8df)
|
||||||
|
|
||||||
**All connections / Boot**
|
**All connections / Boot**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "42090d28-ac8f-47f4-83b5-deb9f24cb8df",
|
||||||
|
"name" : "Proxmox Kladow main",
|
||||||
|
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : "proxmox",
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : {
|
||||||
|
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||||
|
},
|
||||||
|
"host" : "192.168.176.52",
|
||||||
|
"port" : 22,
|
||||||
|
"user" : "root",
|
||||||
|
"password" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"value" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "nDaN9Jks7QYDqZGi9quCUTV7TLRVG64ZQoVojSOrF-M-ep28dj0GqNhX"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"identityStrategy" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue