Installation manual
Cyclades-TS
78
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation Manual
#
# Port access restriction (more useful when used to a specific port).
# A single comma and spaces/tabs may be used between names.
# A comma may not appear between the ! and the first user name.
# The users may be local or Radius.
#
# In this example, the users joe and mark CANNOT access any serial port
#
#all.users ! joe, mark
#
# In this example, ONLY the users joe and mark CAN access any serial port
#
#all.users joe, mark
#
# Serverfarm is an alias name for a server connected to the Cyclades-TS
# through one of its ports (only useful if assigned to a specific port).
# This alias will only be used if the port is configured as "socket_ssh".
#
# The value entered here should be the same used in the ssh command. Ex.
#
# ssh -t <username>:<server_connected_to_serial1>@<tsname> or
# ssh -t -l <username>:<server_connected_to_serial1> <tsname>
#
#s1.serverfarm server_connected_to_serial1
#
# Snif session mode (in, out, i/o). With this parameter the user can select
# which data will be sent to the monitor. The default is "out".
#
all.sniff_mode out
#
# Users that are allowed to sniff sessionsI (administrator). This field has
# the same format "all.users", but the '!' should be used used with
PRECAUTION.
#
# In this example, ONLY the users joe, mark, and peter CAN access any
# serial port (to create first session) but ONLY the user peter can
# sniff or cancel another session.
#
#all.users joe, mark