On Thu, Jul 9, 2020 at 7:05 AM Saxa Egea <[email protected]> wrote: > Dear All, > > has anyone used the host key verification over ssh connections? > > I'm trying but don't know how to get the "Public host key (Base64):" > > Is it referring to a file (known_hosts)? > > The ssh_host_rsa.pub of the remote host? > > This is covered in the manual:
http://guacamole.apache.org/doc/gug/configuring-guacamole.html#ssh http://guacamole.apache.org/doc/gug/configuring-guacamole.html#ssh-host-verification The format is an entry from the known_hosts file, which is the base64-encoded version of the public key. -Nick
