rsh : Permission denied

Vincent Arnoux vincent.arnoux at rfo.atmel.com
Fri Apr 22 15:43:18 UTC 2005


Le vendredi 22 avril 2005 à 17:18 +0200, Alexander Apprich a écrit :
> 
> Check /etc/xinetd.d/rsh if it says disable = no and
> put rsh in /etc/securetty that should fix it.
> 
> (Don't forget to restart xinetd...)
> 
> > 
> > Vincent
> > 
> Alex
> 

Thanks for your quick answer. /etc/xinetd.d/rsh was already in disable =
no.
I added rsh in the first line of securetty (though I am not sure how to
add it), but it still doesn't work (after xinetd restart).

[varnoux at asma001 ~]$ cat /etc/xinetd.d/rsh
# default: on
# description: The rshd server is the server for the rcmd(3) routine
and, \
#       consequently, for the rsh(1) program.  The server provides \
#       remote execution facilities with authentication based on \
#       privileged port numbers from trusted hosts.
service shell
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/in.rshd
}



[root at asma001 varnoux]#  cat /etc/securetty
rsh
console
vc/1
vc/2
vc/3
vc/4
vc/5
vc/6
vc/7
vc/8
vc/9
vc/10
vc/11
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
tty9
tty10
tty11






More information about the fedora-list mailing list