To remove SSH Tectia Client and Server from a Linux environment, perform the following steps:
Log in as root user.
Stop SSH Tectia Server by giving the following command:
# /etc/init.d/ssh-server-g3 stop
Remove the SSH Tectia Server installation by giving the following command:
# rpm -e ssh-tectia-server-<ver>
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
).
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>