SSH

Removing from Linux

To remove Tectia Server from a Linux environment, follow the instructions below:

  1. Log in as root user.

  2. Stop Tectia Server.

    • Using Tectia Server control utility:

      # ssh-server-ctl stop
    • Or on Linux with systemd:

      # systemctl stop ssh-server-g3
    • Or on Linux without systemd:

      # /etc/init.d/ssh-server-g3 stop
  3. Remove the installation in Linux by giving the following command:

    # rpm -e ssh-tectia-server

    Or on Debian Linux:

    # dpkg -P ssh-tectia-server
  4. If you want to remove also the components that are common with Tectia Client, give the following command:

    # rpm -e ssh-tectia-common

    Or on Debian Linux:

    # dpkg -P ssh-tectia-common

    Note that removing the common components disables Tectia Client, if it has been installed on the same host.