Home | History | Annotate | Download | only in etc

Lines Matching refs:rhosts

506 	# Check for special users with .rhosts files.  Only root and toor should
507 # have .rhosts files. Also, .rhosts files should not have plus signs.
513 if [ -f ${homedir}/.rhosts ] ; then
514 rhost=$(ls -ldgT ${homedir}/.rhosts)
519 printf "\nChecking for special users with .rhosts files.\n"
524 if [ -f ${homedir}/.rhosts ] &&
525 [ -r ${homedir}/.rhosts ] &&
526 cat -f ${homedir}/.rhosts | egrep '\+' > /dev/null
528 printf -- "$uid: + in .rhosts file.\n"
532 printf "\nChecking .rhosts files syntax.\n"
598 .logout .profile .qmail .rc_history .rhosts .shosts ssh .tcshrc \