conserver/conserver.cf/test.cf

44 lines
573 B
CFEngine3
Raw Normal View History

# dummy conserver config file
#
2003-09-22 20:49:53 +00:00
default full {
rw *;
}
default * {
logfile /tmp/&;
timestamp "";
include full;
}
break 5 {
string "\rtest\r";
}
# list of consoles we serve
2003-09-22 20:49:53 +00:00
console shell {
master localhost;
timestamp 5;
type exec;
exec "";
}
console bash {
master localhost;
timestamp 2;
type exec;
exec /usr/local/bin/bash;
}
console web {
master localhost;
type host;
host www.conserver.com;
port 80;
}
console b {
master localhost;
type device;
device /dev/ttyb;
baud 9600;
parity none;
}
# list of clients we allow
2003-09-22 20:49:53 +00:00
access * {
trusted 127.0.0.1;
}