To remove SSH Tectia Server for Linux on IBM System z, follow the instructions below:
Log in as root user.
Stop SSH Tectia Server for Linux on IBM System z with the following command:
# /etc/init.d/ssh-server-g3 stop
Remove the installation by giving the following command:
# rpm -e ssh-tectia-server-<version>
In the command, <version>
is the package version of
SSH Tectia Server to be removed (for example, 6.0.19.123
).
If you want to remove also the components that are common with the client-tools, give the following command:
# rpm -e ssh-tectia-common-<version>
Note that removing the common components disables also the client-side functions.