Tectia Server for Linux platforms is supplied in RPM (Red Hat Package Manager) binary packages for Red Hat Enterprise Linux, Rocky Linux and SUSE Linux running on the 64-bit x86-64 architecture.
The Tectia Server installation bundle contains the RPM files and the license files for both the Tectia Server and Tectia Client that can be optionally installed on the same host.
To install Tectia Server on Linux, follow the instructions below:
Make sure no other Secure Shell software is using port 22 (Tectia Server default listen port). Also make sure the firewall is open for port 22.
Download the installation bundle according to your license type:
Commercial Tectia Quantum Safe Edition License:
tectia-server-<version>
-linux-x86_64-comm-pqc.tar
Commercial License:
tectia-server-<version>
-linux-x86_64-comm.tar
Evaluation:
tectia-server-<version>
-linux-x86_64-upgrd-eval.tar
In the package names, <version>
is the current
product release (for example, 6.6.3.123
).
Unpack the downloaded tar
package.
Select the installation packages (in this example, we install Tectia Server only). Two packages are always required: one for the common components of Tectia Client and Server, and one for the specific components of Tectia Server.
ssh-tectia-common-<version>
-linux-x86_64.rpm ssh-tectia-server-<version>
-linux-x86_64.rpm
Note | |
---|---|
If you have already installed Tectia Client, you don't need to install the
|
Install the packages with root privileges:
# rpm -ivh ssh-tectia-common-<version>
-linux-x86_64.rpm # rpm -ivh ssh-tectia-server-<version>
-linux-x86_64.rpm
The server host key is generated during the initial installation. The key generation may take several minutes on slow machines.
Or upgrade the packages if you already have an older Tectia Server version installed:
# rpm -Uvh ssh-tectia-common-<version>
-linux-x86_64.rpm # rpm -Uvh ssh-tectia-server-<version>
-linux-x86_64.rpm
Copy the license file to the /etc/ssh2/licenses
directory.
(This is not necessary in "third-digit" maintenance
updates.) See also License File.
If this is the initial installation of Tectia, the directory does not yet exist. You can either create it manually or copy the license after the installation. In the latter case, you have to start Tectia Server manually after copying the license file.
The installation should (re)start Tectia Server automatically.
If Tectia Server does not start (for example because of a missing license or because some other secure shell software is running on port 22), you can start it after correcting the problem by issuing the command:
# ssh-server-ctl start
For troubleshooting instructions, see Tectia Server Administrator Manual.