Compare commits
3 Commits
8dcbdc504b
...
e5cf78205f
| Author | SHA1 | Date |
|---|---|---|
|
|
e5cf78205f | |
|
|
10ddc14d62 | |
|
|
8b611c9b55 |
|
|
@ -63,6 +63,8 @@ empty
|
||||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||||
|
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
|
||||||
|
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
|
||||||
|
|
||||||
**All connections / local**
|
**All connections / local**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea",
|
||||||
|
"name" : "Lizenzserver",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : {
|
||||||
|
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||||
|
},
|
||||||
|
"host" : "192.168.174.240",
|
||||||
|
"port" : 22,
|
||||||
|
"user" : "root",
|
||||||
|
"password" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"value" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "YoLqupYro9AtDuN2GQ3n5E4UXC0Lf-RYKX8634HbFVHXQ34FEc4="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"identityStrategy" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "5a252c89-a1ff-4c89-83ac-d1a12fa962fd",
|
||||||
|
"name" : "dash",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "a6f96658-d009-475c-8b34-1739887b147a"
|
||||||
|
},
|
||||||
|
"shell" : "dash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue