Compare commits

...

2 Commits

Author SHA1 Message Date
Ingrid010109!? 3d31a24569 Update README.md 2025-01-02 00:01:40 +01:00
Ingrid010109!? 6f5c9f02a4 Add terminalserver 174 (copy) 2025-01-02 00:01:40 +01:00
3 changed files with 34 additions and 0 deletions

View File

@ -48,6 +48,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/765f9104-a04c-424a-99e7-4e585b4334d7)
**All connections / Proxmox Hetzner / Hosts** **All connections / Proxmox Hetzner / Hosts**

View File

@ -0,0 +1,10 @@
{
"uuid" : "765f9104-a04c-424a-99e7-4e585b4334d7",
"name" : "Terminalserver 174 (Copy)",
"categoryUuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,23 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.61",
"port" : 22,
"user" : "sebastian.zell",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}