To remove SSH Tectia Client and Server or SSH Tectia Server for Linux on IBM System z from any Linux environment, follow the instructions below:
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-<version>
Remove the SSH Tectia Client installation by giving the following command :
# rpm -e ssh-tectia-client-<version>
In the commands, <version>
is the SSH Tectia package version
to be removed (for example, 6.1.4-123
).
Remove the GUI support components by giving the following command:
# rpm -e ssh-tectia-guisupport-<version>
If you will remove both SSH Tectia Client and Server, remove also the common components by giving the following command:
# rpm -e ssh-tectia-common-<version>