On Wed, Nov 22, 2023 at 8:37 AM Hooge, Thomas <[email protected]> wrote:
> Hello Guacamole users, > > im struggling with SFTP-Access. > > Managed to get guacamole 1.5.3 running on current Debian Bookworm. > SFTP with public key. > Tried with password and without. > > Guacd log: > guacd[4361]: DEBUG: Connecting via SSH for SFTP filesystem access. > guacd[4361]: DEBUG: Authenticating with private key. > guacd[4361]: DEBUG: Unable to connect to host ::1, port 22: Connection > refused > guacd[4361]: DEBUG: Successfully connected to host 127.0.0.1, port 22 > guacd[4361]: WARNING: No known host keys provided, host identity will > not be verified. > guacd[4361]: DEBUG: Supported authentication methods: publickey > guacd[4361]: TRACE: Received nop instruction > guacd[4361]: TRACE: Received nop instruction > guacd[4361]: TRACE: Received nop instruction > What do your SSH logs indicate? It looks like the SSH/SFTP connection is failing for some reason, and you need to figure out why it's failing. In addition to looking at SSH logs, I'd suggest trying to log in to that systems with the same private key you're using in Guacamole and make sure it works as expected. -Nick
