SSH Tectia

Removing SSH Tectia Client and Server from Linux

To remove SSH Tectia Client and Server from a Linux environment, perform the following steps:

  1. Log in as root user.

  2. Stop SSH Tectia Server by giving the following command:

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

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

    # rpm -e ssh-tectia-client-<ver>
    

    In the command, <ver> is the package version of SSH Tectia Client to be removed (for example, 5.3.0.123).

  5. Remove also the common components that are used jointly by SSH Tectia Client and Server by giving the following command:

    # rpm -e ssh-tectia-common-<ver>