Compare commits
2 Commits
5b905b9ab5
...
1ca08526fd
| Author | SHA1 | Date |
|---|---|---|
|
|
1ca08526fd | |
|
|
6cb453265d |
|
|
@ -34,6 +34,7 @@ empty
|
|||
|
||||
- [**3CX SBC**](stores/2b086e1d-110f-416a-b81e-d2580a0a121e)
|
||||
- [**Arista firewall**](stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f)
|
||||
- [**sbc neu**](stores/92b0466b-c149-4640-9d3a-c4d92e74ac5c)
|
||||
- [**Unvention fileserver Archiv**](stores/915e789d-d257-4773-bd73-1cbd442d2b30)
|
||||
- [**Docker containers**](stores/2c6b343a-8374-4074-9810-cd5ed8a1802b)
|
||||
- [**default**](stores/a3c2f7cc-a2c1-4b98-9023-a26ddf6ea716)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"uuid" : "92b0466b-c149-4640-9d3a-c4d92e74ac5c",
|
||||
"name" : "sbc neu",
|
||||
"categoryUuid" : "d0b3e32d-0e90-4484-a0ef-6af941a6dda7",
|
||||
"breakOutCategoryUuid" : null,
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"freeze" : false,
|
||||
"pinToTop" : false,
|
||||
"orderIndex" : 0
|
||||
}
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b",
|
||||
"host" : "192.168.176.216",
|
||||
"port" : 22,
|
||||
"identity" : {
|
||||
"type" : "inPlace",
|
||||
"identityStore" : {
|
||||
"type" : "localIdentity",
|
||||
"username" : "root",
|
||||
"password" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "gu1IO9_f0YwUBpgqiW0I-5LK-3Gj3SCWrzzhOgm0b0TiXWsUR8t-wje3H1gWLAZjxqjb"
|
||||
},
|
||||
"encryptedToken" : {
|
||||
"token" : "gIXWmZdYvqBiltreiP3Pnfi-dhtOHJmr9wCNe9_SxU31XQ=="
|
||||
}
|
||||
},
|
||||
"sshIdentity" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "i2Zjp-QHt904oyiN9SqfT2-CFylrKZybdypgFsWSMAh_zHr4_6kLerrBRqpFeGNaVw=="
|
||||
},
|
||||
"encryptedToken" : {
|
||||
"token" : "gIXWmZdYvqBiltreiP3Pnfi-dhtOHJmr9wCNe9_SxU31XQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false,
|
||||
"jumpServer" : false,
|
||||
"additionalOptions" : null
|
||||
}
|
||||
Loading…
Reference in New Issue