Compare commits
No commits in common. "5fbcd00e92bcd29b373dd931981339bb88938f94" and "fc3d43dd0d6a4209b211b5c36b7a2b084c305cdd" have entirely different histories.
5fbcd00e92
...
fc3d43dd0d
|
|
@ -47,6 +47,7 @@ empty
|
||||||
**All connections / Proxmox Hetzner / VM**
|
**All connections / Proxmox Hetzner / VM**
|
||||||
|
|
||||||
- [**Terminalserver 174**](stores/205bef19-12ff-47ce-9870-0ccf4dfde314)
|
- [**Terminalserver 174**](stores/205bef19-12ff-47ce-9870-0ccf4dfde314)
|
||||||
|
- [**Terminalserver 174 (Copy)**](stores/99015acc-07f3-477e-a46e-7b73fa56c708)
|
||||||
|
|
||||||
**All connections / Proxmox Hetzner / Hosts**
|
**All connections / Proxmox Hetzner / Hosts**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "99015acc-07f3-477e-a46e-7b73fa56c708",
|
||||||
|
"name" : "Terminalserver 174 (Copy)",
|
||||||
|
"categoryUuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : {
|
||||||
|
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||||
|
},
|
||||||
|
"host" : "192.168.174.61",
|
||||||
|
"port" : 22,
|
||||||
|
"user" : "root",
|
||||||
|
"password" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"value" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"identityStrategy" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue