SSH Tectia

Removing from Linux

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

  1. Remove the installation by issuing the following command with root privileges:

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

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

    If you have installed the client-ft-only package, use the following command instead:

    # rpm -e ssh-tectia-client-ft-only-<version>
    
  2. If you have installed the capture package for FTP-SFTP conversion and transparent tunneling, remove it by giving the following command:

    # rpm -e ssh-tectia-capture-<version>
    
  3. If you have installed the file transfer SDK, remove it by giving the following command:

    # rpm -e ssh-tectia-sdk-<version>
    
  4. If you want to remove also the components that are common with SSH Tectia Server, give the following command:

    # rpm -e ssh-tectia-common-<version>
    
[Note]Note

The uninstallation procedure removes only the files that were created when installing the software. Any configuration files have to be removed manually.