@otzenpunk
habe ich auch schon teilweise angepasst, aber anscheinend mache ich was falsch. kannst du mir sagen, wie es richtig wäre
service shell
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.rshd
server_args = -aL
log_on_failure += RECORD
log_type = SYSLOG auth warn
}
service login
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.rlogind
log_on_failure += RECORD
log_type = SYSLOG auth warn
}