SSH

Removing Tectia Software

Removing from Linux

If you need to remove the Tectia Client and Server software, follow the instructions below.

[Note]Note

The uninstallation procedure removes only the files that were created when installing the software. Any configuration files have to be removed manually from directory /etc/ssh2 and from each user's $HOME/.ssh2 directory.

Removing from Linux

To remove Tectia Client and Server RPM installation from a Linux environment, follow the instructions below:

  1. Log in as root user.

  2. Stop Tectia Server by giving the following command:

    # ssh-server-ctl stop
  3. Remove the Tectia Server installation by giving the following command:

    # rpm -e ssh-tectia-server
  4. Remove the Tectia Client installation by giving the following command :

    # rpm -e ssh-tectia-client
  5. Remove the GUI support components by giving the following command:

    # rpm -e ssh-tectia-guisupport
  6. If you will remove both Tectia Client and Server, remove also the common components by giving the following command:

    # rpm -e ssh-tectia-common