Great, thanks Nick.

I have three containers, these are the images: guacamole/guacamole, 
guacamole/guacd, mysql:latest.

Inside the guacamole docker container, there is a config file: vi 
/root/.guacamole/guacamole.properties

# guacamole.properties - generated Wed May 30 18:17:26 UTC 2018guacd-hostname: 
172.17.0.2guacd-port: 4822mysql-hostname: 172.17.0.3mysql-port: 
3306mysql-database: guacamolemysql-username: guacamolemysql-password: ....

I added the line below per your suggestion: enable-sftp: true

Is this what you meant or is there another file I should modify?

Thanks again


    On Wednesday, May 30, 2018, 2:52:19 PM EDT, Nick Couchman 
<[email protected]> wrote:  
 
 On Wed, May 30, 2018 at 2:43 PM, Tezarin <[email protected]> wrote:

>  Hi Nick,
>
> Thank you for your reply. I used both Firefox and Chrome with no luck. It
> is a SSH connection. How can I enable SFTP?
>
>
Depends on how you're setting up connections.  The parameter name is
"enable-sftp" - if you're using one of the JDBC modules, it can be enabled
by checking the checkbox in the admin interface when you create or edit the
connection.  If you're using LDAP just add a parameter entry with
"enable-sftp" for the parameter name and "true" for the value.  If you're
using user-mapper.xml, add a parameter with name "enable-sftp" and value
"true".

-Nick
  

Reply via email to