Skip to content

Commit

Permalink
(sftp guacamole) Disable sftp support in guacamole
Browse files Browse the repository at this point in the history
For the moment we have an issue we need to investigate we it takes hours
to connect when sftp is enabled.
  • Loading branch information
neoclust committed Jan 7, 2025
1 parent d6ee7bd commit 369bd29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulse_xmpp_agent/config/guacamoleconf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ guacamole_dbpasswd = @@PLUGIN_GUACAMOLE_DBPASSWD@@
# Prefix option with protocol_ to define it
# eg. rdp_server-layout = en-us-qwerty
# eg. vnc_read-only = true
rdp_enable-sftp = true
rdp_enable-sftp = false
rdp_server-layout = fr-fr-azerty
rdp_color-depth = 24
rdp_resize-method = display-update
vnc_enable-sftp = true
vnc_enable-sftp = false
vnc_color-depth = 24
vnc_password = @@VNC_PASSWORD@@
ssh_enable-sftp = true
ssh_enable-sftp = false
ssh_username = pulse
ssh_server-alive-interval = 60
ssh_keyfile = /root/.ssh/id_rsa

0 comments on commit 369bd29

Please sign in to comment.