SSH.COM is one of the most trusted brands in cyber security. We help enterprises and agencies solve the security challenges of digital transformation with innovative access management solutions.
SSH Tectia Client 5.1 (and later) supports also the OpenSSH-style known-hosts file
that contains the public key data of known server hosts. The location of the
file must be defined in the ssh-broker-config.xml file by using
the known-hosts element. For example:
<general> ... <known-hosts path="/u/username/.ssh/known_hosts" /> </general>
The file is never automatically updated by SSH Tectia Client. New host keys
are always stored in the SSH Tectia $HOME/.ssh2/hostkeys
directory.
The hostname(s) in the file must be in clear-text format. Hashed hostnames are not supported.