Removing the Installation
The installation can be removed by issuing the following
command with root privileges:
rpm -e ssh-commercial-server
The command varies a bit according to the software and RPM
release version. For example, server
might be replaced
with workstation
, and the letters x.y.z-v
should be
replaced with the appropriate release number.
Please notice that even after a successful uninstallation, the
Secure Shell daemon will be left running. You must kill it manually:
kill `cat /var/run/sshd2_22.pid`
or
/etc/rc.d/init.d/sshd2 stop