Tripp Lite 93-2879 Server User Manual


 
_____________________________________________________________________
B096-016 B096-048 and B092-016 User Manual Page 160
Supported flow-control values are 'Hardware', 'Software' and 'None'.
Supported Protocol Configuration
To ensure remote access to serial port 5 is configured as follows:
Telnet Access LAN Disabled
SSH Access LAN Enabled
Raw TCP via LAN Disabled
You would need to issue the following commands from the command line to set system
configuration:
# /bin/config –-set=config.ports.port5.ssh=on
# /bin/config –-del=config.ports.port5.Telnet
# /bin/config –-del=config.ports.port5.tcp
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=serialconfig
Note: “/bin/config” commands can be combined into one command for convenience.
Users
You can add a User to the system from the command line by performing the following
instructions:
Determine the total number of existing Users. If you have no existing Users, you can assume
this is 0.
# /bin/config –-get=config.users.total
This command should display:
config.users.total 1
Note that if you see:
config.users.total
This means you have 0 Users configured.