On Wed, Dec 14, 2022 at 3:35 AM Jorge Lopez <[email protected]> wrote:
> Hello Sean, > > > > Thanks for your response. > > > > What we are looking for it’s to mount a ‘common’ directory for all our > remote connections, this directory will act as a repository with common > data for all of them, like programs, xls… where users can use it if it’s > required, without having to upload any file that they need and is available > in this folder. Something like sshfs once the connection is started: > > > > > > > > > > In RDP connections we achieved it with a symbolic link from the drive path > defined for RDP connections to this directory on the host where guacd > container is running: > > > > > > > > Is it possible to do this for ssh connections? > I'm not sure this is possible completely through Guacamole, but I think there are some alternative scenarios you could consider that would accomplish the same thing across the board. For example, you could: * Set up a central server, perhaps LInux-based, that would share a filesystem via NFS, SMB, and SSH/SFTP. * In the RDP and SSH connections, enable and configure the SFTP option to point to this directory. * On your Linux remote systems, mount the folder via NFS or SSHFS. * On your Windows remote systems, access the share via SMB. This is a bit simplified - depending on what you're sharing that folder for, you may have to deal with some access control issues - enabling POSIX ACLs, etc. -NIck >
