Add wireguard (copy)
This commit is contained in:
parent
9b672f418f
commit
c8a4f418f0
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "f4456d84-018b-44c7-a8ac-a9b7d1a3a960",
|
||||
"name" : "wireguard (Copy)",
|
||||
"categoryUuid" : "2ebe169e-536e-4fd2-8e78-724996990fcc",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.176.40",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
Loading…
Reference in New Issue