Hi Mike,
> How do I disable/remove the "Remote Shell - SSH" menu in the user/personal
> login site? (I have already disabled shell access but prefer for users not
> to see this option). Thanks.
To uninstall it entirely run this command:
rpm -e nuonce-mindterm
Short of uninstalling there is another option:
To make it only visible for user admin and extra-admins, but not siteAdmins or
users, change /usr/sausalito/ui/menu/nuonce/remote-shell/remoteProfile.xml to
this:
------------------------------------------------------------------------------------------
<item
id="nuonce_remoteProfile"
label="Remote Access"
description="Access your server remotely."
>
<parent id="root" order="60"/>
<access require="adminUser"/>
</item>
------------------------------------------------------------------------------------------
--
With best regards,
Michael Stauber