Index: [Article Count Order] [Thread]

Date:  Mon, 14 Apr 2008 08:49:18 +0100
From:  Michael Stauber <bq (at mark) solarspeed.net>
Subject:  [coba-e:12557] Re: Disabling Remote Shell Menu
To:  coba-e (at mark) bluequartz.org
Message-Id:  <200804140949.19016.bq (at mark) solarspeed.net>
In-Reply-To:  <632560.56924.qm (at mark) web63815.mail.re1.yahoo.com>
References:  <632560.56924.qm (at mark) web63815.mail.re1.yahoo.com>
X-Mail-Count: 12557

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