System information
Administration Tasks Not Done in the Web Manager 93
Configuring the User’s Console Login Menu
Configuring the User’s Console Login Menu
As described under “Using SSH with the OnBoard” in the AlterPath OnBoard
User’s Guide, regular users are configured with /usr/bin/rmenush as
their default login shell. All users with rmenush as their login shell see the
same menu whenever they log into the OnBoard’s console.
The OnBoard administrator can configure the rmenush menu to display
other options including links to additional submenus or commands by
modifying the /etc/menu.ini file.
The default /etc/menu.ini file is shown in the following screen example.
Figure 2-1: Default /etc/menu.ini File
# $Id: menu.ini,v 1.1 2005/06/23 21:37:07 scott Exp $
# Default menu for restricted shells
[main]
Access_Servers = /bin/onbdshell
Change_Password = /usr/bin/passwd
# Submenu_1 = submenu1
[submenu1]
Bash = /bin/bash
Another_Submenu = submenu2
[submenu2]
Example_with_compound_sleep = echo "Sleeping for 5
seconds";sleep 5
Example_without_failure = cat /dev;/bin/true
Example_with_failure = ps -ef;exit 1
Unquoted_hash = echo #test;sleep 5
Quoted_hash = echo "#test";sleep 5