blob: 3d1fa65279439d3e6b88d1c782ff382f336fa88a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
service shell
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = tty
server = /usr/sbin/in.rshd
log_on_success = PID HOST USERID EXIT DURATION
log_on_failure = USERID ATTEMPT
disable = yes
}
|