From a93dc1d29389f7b0f82fb11f3e067b8278ae9ec0 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Wed, 17 Sep 2025 13:55:21 +0200 Subject: [PATCH] Add arista firewall (copy) --- .../entry.json | 11 ++++++ .../store.json | 35 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/entry.json create mode 100644 stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/store.json diff --git a/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/entry.json b/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/entry.json new file mode 100644 index 0000000..102ff82 --- /dev/null +++ b/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/entry.json @@ -0,0 +1,11 @@ +{ + "uuid" : "cd06de69-7fb4-49c8-8151-25e12b8c6d1f", + "name" : "Arista firewall (Copy)", + "categoryUuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149", + "breakOutCategoryUuid" : null, + "color" : null, + "icon" : null, + "freeze" : false, + "pinToTop" : false, + "orderIndex" : 0 +} \ No newline at end of file diff --git a/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/store.json b/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/store.json new file mode 100644 index 0000000..b155f7d --- /dev/null +++ b/stores/cd06de69-7fb4-49c8-8151-25e12b8c6d1f/store.json @@ -0,0 +1,35 @@ +{ + "type" : "ssh", + "proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b", + "host" : "192.168.174.1", + "port" : 22, + "identity" : { + "type" : "inPlace", + "identityStore" : { + "type" : "localIdentity", + "username" : "root", + "password" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "eX6VK21pIXfscAYp3YcZkYY2HbaVHoaG_ZSDl8B-mLj0Ps0VPqYKD36Ygr_15TUVN3CRQUS_BwQ3zBphN6cUQXhXYidgbM6ULx1ljBCFwQtd5EBOVTpwvPJ4qcurXUQAPIITeka5TFkhzD9gDfjN6cJHQdq1Y4C4V0aGzMCUL3cFcxtXdpwuNtx3BHktdrSFUFyV0tsT9tWPSGLlOIcZsjbweJae8aXyAppch7UWvIo7" + }, + "encryptedToken" : { + "token" : "KLLFolLAJBpuNR0L0G4Kbc59PEjNAtcNxhB83i2aWS0WAA==" + } + }, + "sshIdentity" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "gCKMZ4bcNqHB3EucENnpRsUeBuWlqi4zhVZvnsroXQ7vQvi8sFzRVT9XjVxhwHf5Kg==" + }, + "encryptedToken" : { + "token" : "KLLFolLAJBpuNR0L0G4Kbc59PEjNAtcNxhB83i2aWS0WAA==" + } + } + } + }, + "dontInteractWithSystem" : false, + "forwardX11" : false, + "jumpServer" : false, + "additionalOptions" : null +} \ No newline at end of file