On Thu, Jan 14, 2021 at 5:44 AM Volker Katz <[email protected]> wrote:
> ... > I've created a key pair by ssh-keygen. I've put it in /etc/guacamole and > configured the absolute path: > <connection name="localhost - VNC"> > ... > <param name="sftp-private-key">/etc/guacamole/id_volker</param> > ... > </connection> > >From the documentation for "sftp-private-key" (emphasis added): "*The entire contents of the private key to use for public key authentication.* ... The private key must be in OpenSSH format, as would be generated by the OpenSSH ssh-keygen utility." This needs to be the actual contents of the key, not a filesystem path. See: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#vnc-sftp - Mike
