Difference between revisions of "Backends Configuration"

From Onepoint Systems Integration
Jump to: navigation, search
Line 2: Line 2:
 
= Access Session Backends =
 
= Access Session Backends =
 
== Balabit SCB / PSM ==
 
== Balabit SCB / PSM ==
*config.address: Address of SCB / PSM box
+
*'''config.address''': Address of SCB / PSM box
*config.connections.ssh._default.port: SSH port for SCB / PSM connections
+
*'''config.connections.ssh._default.port''': SSH port for SCB / PSM connections
*config.connections.rdp._default.port: RDP port for SCB / PSM connections
+
*'''config.connections.rdp._default.port''': RDP port for SCB / PSM connections
  
 
   {
 
   {

Revision as of 11:03, 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