Compare commits
2 Commits
b18f0d9d62
...
4fbce5e3ce
| Author | SHA1 | Date |
|---|---|---|
|
|
4fbce5e3ce | |
|
|
635c785195 |
|
|
@ -230,7 +230,7 @@ empty
|
||||||
|
|
||||||
**All connections / Boot**
|
**All connections / Boot**
|
||||||
|
|
||||||
empty
|
- [**Raspberry Boot oben**](stores/72b81385-35ae-46a8-b1a2-95c173470054)
|
||||||
|
|
||||||
**All scripts / Custom**
|
**All scripts / Custom**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"uuid" : "72b81385-35ae-46a8-b1a2-95c173470054",
|
||||||
|
"name" : "Raspberry Boot oben",
|
||||||
|
"categoryUuid" : "a2617d04-fd39-4a6b-9e53-c9abfa46ab0d",
|
||||||
|
"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.168.228",
|
||||||
|
"port" : 22,
|
||||||
|
"identity" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"identityStore" : {
|
||||||
|
"type" : "localIdentity",
|
||||||
|
"username" : "raspberry",
|
||||||
|
"password" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "bL5EYGOD5i95trnKO-iTLTNKSLNgznjhYWuNmhzyEiP15sIQ9bnEV1yYCfxa2BsOBtaNtW011DmxZRNDzj_OiNybPJabnn8qVA1uD9ZnPcOVcztd7v4B6U-7ATSTFjwiu4BFjlo0gQ=="
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "epbxj_4dtH1sZo1Dv7AvEHF55OZwa_-7pLm5ZyEio_hwwg=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sshIdentity" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "rLEQ9fbu3aGElYiuHSaO3-cZd5EfgFkfOWEQkJRC7TVN1OiJpNvs8k-Xnfqu06MlJA=="
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "epbxj_4dtH1sZo1Dv7AvEHF55OZwa_-7pLm5ZyEio_hwwg=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false,
|
||||||
|
"jumpServer" : false,
|
||||||
|
"additionalOptions" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue