[ https://issues.apache.org/jira/browse/GUACAMOLE-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugen Hartmann updated GUACAMOLE-2002: -------------------------------------- Description: A connection parameter to all supported protocols that allows administrators to override the default upper limit on clipboard size. The current UI combobox options are the following: *VNC* Empty, 256KB, 1MB, 10MB, 50MB *RDP* Empty, 256KB, 1MB, 10MB, 50MB *SSH:* Empty 256KB, 1MB, 10MB *Telnet:* Empty, 256KB, 1MB, 10MB *Kubernetes:* Empty, 256KB, 1MB, 10MB On the server side there are minimum and maximum allowed clipboard buffer size. In case if the Empty UI option is chosen or less than 256KB, the server sets it to 256KB (262144). If it is bigger than 50Mb, then it is set to 50MB (52428800). FYI, a raw *1080P* image takes 8294400 bytes (1920 x 1080 x 4). A raw *4K* image takes 33177600 bytes (may vary; 3840 x 2160 x 4). I added the following frontend options: * 256 KB (GUAC_COMMON_CLIPBOARD_MAX_LENGTH) * 1 MB * 10 MB was: A connection parameter to all supported protocols that allows administrators to override the default upper limit on clipboard size. The current UI combobox options are the following: VNC Empty, 256KB, 1MB, 10MB, 50MB RDP Empty, 256KB, 1MB, 10MB, 50MB SSH: Empty 256KB, 1MB, 10MB Telnet: Empty, 256KB, 1MB, 10MB Kubernetes: Empty, 256KB, 1MB, 10MB On the server side there are minimum and maximum allowed clipboard buffer size. In case if the Empty UI option is chosen or less than 256KB, the server sets it to 256KB (262144). If it is bigger than 50Mb, then it is set to 50MB (52428800). FYI, a raw 1080P image takes 8294400 bytes (1920 x 1080 x 4). A raw 4K image takes 33177600 bytes (may vary; 3840 x 2160 x 4). I added the following frontend options: * 256 KB (GUAC_COMMON_CLIPBOARD_MAX_LENGTH) * 1 MB * 10 MB > Allow connection clipboard limits to be configured > -------------------------------------------------- > > Key: GUACAMOLE-2002 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-2002 > Project: Guacamole > Issue Type: Improvement > Components: guacamole-client, guacamole-server > Reporter: Eugen Hartmann > Priority: Major > Attachments: Screenshot 2024-11-26 at 10.15.37 AM.png > > > A connection parameter to all supported protocols that allows administrators > to override the default upper limit on clipboard size. The current UI > combobox options are the following: > *VNC* Empty, 256KB, 1MB, 10MB, 50MB > *RDP* Empty, 256KB, 1MB, 10MB, 50MB > *SSH:* Empty 256KB, 1MB, 10MB > *Telnet:* Empty, 256KB, 1MB, 10MB > *Kubernetes:* Empty, 256KB, 1MB, 10MB > On the server side there are minimum and maximum allowed clipboard buffer > size. In case if the Empty UI option is chosen or less than 256KB, the server > sets it to 256KB (262144). If it is bigger than 50Mb, then it is set to 50MB > (52428800). > FYI, a raw *1080P* image takes 8294400 bytes (1920 x 1080 x 4). A raw *4K* > image takes 33177600 bytes (may vary; 3840 x 2160 x 4). > > > I added the following frontend options: > * 256 KB (GUAC_COMMON_CLIPBOARD_MAX_LENGTH) > * 1 MB > * 10 MB -- This message was sent by Atlassian Jira (v8.20.10#820010)