Difference between revisions of "Backends Configuration"

From Onepoint Systems Integration
Jump to: navigation, search
Line 1: Line 1:
<code>
+
 
 +
= Access Session Backends =
 +
== Balabit SCB / PSM ==
 +
*config.address: Address of SCB / PSM box
 +
*config.connections.ssh._default.port: SSH port for SCB / PSM connections
 +
*config.connections.rdp._default.port: RDP port for SCB / PSM connections
 +
 
 
   {
 
   {
 
     "address": "SCB-ADDRESS",
 
     "address": "SCB-ADDRESS",
Line 13: Line 19:
 
             "port": 22
 
             "port": 22
 
           },
 
           },
          "direct": {
 
            "port": 222
 
          },
 
          "vault-onepoint": {
 
            "port": 1122
 
          },
 
          "vault-erpm": {
 
            "port": 1222
 
          }
 
 
         },
 
         },
 
         "rdp": {
 
         "rdp": {
Line 27: Line 24:
 
             "port": 443
 
             "port": 443
 
           },
 
           },
          "direct": {
 
            "port": 4430
 
          },
 
          "vault-onepoint": {
 
            "port": 4431
 
          },
 
          "vault-erpm": {
 
            "port": 4432
 
          }
 
 
         }
 
         }
 
       }
 
       }
 
     }
 
     }
 
   }
 
   }
</code>
+
== Apache Guacamole ==

Revision as of 11:02, 11 July 2019

Access Session Backends

Balabit SCB / PSM

  • config.address: Address of SCB / PSM box
  • config.connections.ssh._default.port: SSH port for SCB / PSM connections
  • config.connections.rdp._default.port: RDP port for SCB / PSM connections
 {
   "address": "SCB-ADDRESS",
   "ui": "onepoint-shell",
   "gateway": {
     "protocols": [
       "rdp",
       "ssh"
     ],
     "connections": {
       "ssh": {
         "__default": {
           "port": 22
         },
       },
       "rdp": {
         "__default": {
           "port": 443
         },
       }
     }
   }
 }

Apache Guacamole