Skip to main content
Version: v41

service_options

Object for service options

ssh object

SSH service options

shellboolean

Shell channel

file_transferboolean

File transfer channel

execboolean

exec channel

tunnelsboolean

tunnels

x11boolean

x11

otherboolean

other options

rdp object

RDP service options

file_transferboolean

file transfer

audioboolean

audio

clipboardboolean

clipboard

web object

WEB service options

file_transferboolean

file transfer

audioboolean

audio

clipboardboolean

clipboard

vnc object

VNC service options

file_transferboolean

file transfer

clipboardboolean

clipboard

db object

DB service options

max_bytes_downloadinteger

Maximum number of bytes allowed in download direction per connection. Set to zero to disable byte count limiting.

max_bytes_uploadinteger

Maximum number of bytes allowed in upload direction per connection. Set to zero to disable byte count limiting.

service_options
{
"ssh": {
"shell": true,
"file_transfer": true,
"exec": true,
"tunnels": true,
"x11": true,
"other": true
},
"rdp": {
"file_transfer": true,
"audio": true,
"clipboard": true
},
"web": {
"file_transfer": true,
"audio": true,
"clipboard": true
},
"vnc": {
"file_transfer": true,
"clipboard": true
},
"db": {
"max_bytes_download": 0,
"max_bytes_upload": 0
}
}