To remove the Management Agent from HP-UX, run the following command
as root:
# /usr/sbin/swremove ssh-mgmt-agent
![[Note]](images/note.gif) | Note |
|---|
The uninstallation will not remove the /etc/opt/ssh-mgmt/agent
directory. This should be done separately: # rm -Rf /etc/opt/ssh-mgmt/agent
|