sdm admin servers add

NAME:
   sdm admin servers add - add one or more server

USAGE:
   sdm admin servers add command [command options] [arguments...]

COMMANDS:
   rawtcp                                         create TCP server
   rdp                                            create RDP server
   rdp-cert, rdpCert                              create RDP (Certificate Based) server
   ssh                                            create SSH (Public Key) server
   ssh-cert, sshCert                              create SSH (Certificate Based) server
   ssh-customer-key                               create SSH (Customer Managed Key) server

rawtcp

NAME:
   sdm admin servers add rawtcp - create TCP server

USAGE:
   sdm admin servers add rawtcp [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value          The traffic content is not recorded. (required)
   --port value              (default: 49150)
   --port-override value     Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value  proxy cluster id
   --secret-store-id value   secret store id
   --sid value               Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode. (secret)
   --proxy-cluster-id value  proxy cluster id
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command

rdp

rdp-cert

ssh

ssh-cert

ssh-customer-key

Last updated

Was this helpful?