On Thu, Jul 3, 2025 at 9:52 AM Horváth Csaba <horvathcsabalas...@gmail.com> wrote:
> Hi, > > I haven't got a working SSH connection since i upgraded from 1.5.5 to > 1.6. RDP and VNC is working, and SSH worked before. Now i only get a > "Connected to Guacamole, waiting for response" message. > > In the syslog, i have only the log pasted at the end of the mail. > I have built guacd from source, with the ./configure --with-rdp > --with-ssh2 --with-vnc command line. So SSH should be built in. System > is a Debian Testing. > > I really don't see where i can start troubleshooting (SSH otherwise > works, so Guacd can use it), so i hope someone has an idea. > > root@homeserver:~# tail -f /var/log/syslog|grep "guacd\|ssh" > 2025-07-03T15:40:16.745559+02:00 homeserver guacd[2175063]: Creating > new client for protocol "ssh" > 2025-07-03T15:40:16.746013+02:00 homeserver guacd[2175063]: Connection > ID is "$0b9c3df0-9743-469a-a9d1-7a40454b67ea" > 2025-07-03T15:40:16.762119+02:00 homeserver guacd[3905910]: Processing > instruction: size > 2025-07-03T15:40:16.762512+02:00 homeserver guacd[3905910]: Processing > instruction: audio > 2025-07-03T15:40:16.763606+02:00 homeserver guacd[3905910]: Processing > instruction: video > 2025-07-03T15:40:16.763820+02:00 homeserver guacd[3905910]: Processing > instruction: image > 2025-07-03T15:40:16.764127+02:00 homeserver guacd[3905910]: Processing > instruction: timezone > 2025-07-03T15:40:16.764363+02:00 homeserver guacd[3905910]: Processing > instruction: name > 2025-07-03T15:40:16.764896+02:00 homeserver guacd[3905910]: Client is > using protocol version "VERSION_1_5_0" > > Can you start guacd with the "-L debug" flag and see if you get anything more helpful from the log output? -Nick