[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: securetty
- To: mike ray <mike.ray(at-nospam)G-CONNECT.co.il>
- Subject: RE: securetty
- From: Eran Levy <eranle(at-nospam)netvision.net.il>
- Date: Thu, 15 Mar 2001 21:49:12 +0200
- Cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <F6FE1FFFD945D411A56A00D0B70C2912024F5C@GCONSRV04>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Mike,
Great to hear that. You can also do 'man usertty' maybe that will help you
the best as I can to your problem.
Second, to your telnetd problem: Thats an attribute problem, You can solve
it by typing:
chmod 755 /usr/sbin/in.telnetd
do lsattr /usr/bin/in.telnetd to get the file attributes. man lsattr for
more information.
if there are ani +i attribute or something like that you have to change the
file attribute by the chattr command (i.e. chattr -i <file>). man chattr
for more information and options.
Thats the way to solve the telnet daemon problem.
Hope this helped.
At 16:00 14/03/01 +0200, you wrote:
>hi eran
>thx, i solved the securetty issue, regarding the in.telnetd -h issue, iget
>the following message in the log when i start the xinetd deamon:
>
>"service telnet missing attribute server"
>
>mike
>
>-----Original Message-----
>From: Eran Levy
>[<mailto:eranle@netvision.net.il>mailto:eranle@netvision.net.il]
>Sent: Tuesday, March 13, 2001 7:53 PM
>To: mike ray
>Cc: linux-il@linux.org.il
>Subject: Re: securetty
>
>Hi Mike,
>1. /etc/securetty is used by login(1); the file contains the
>device names of tty lines (one per line, without leading /dev/) on which
>root is allowed to login. 'man securetty' for more information.
>2. the -h option has to work without no problems. can you mention any
>errors from the log files or any error you getting from the telnet service
>when connecting from Rempote? your telnetd in xinetd running as it needs to
>run?
>
>At 19:21 13/03/01 +0200, you wrote:
>
> >hi
> >
> >im using RH7 and i edited the /etc/securetty file to permit only tty1 to
> >login, but it did not work
> >
> >my second problem is in /etc/xinetd.d, in the telnetd conf file i gave
> >telnet the -h attribute at the end in order to prevent
> >
> >system information from remore logins but then the telnet service goes down
> >
> >anyone with an idea ??
>
>----
>Regards,
>Eran Levy.
>E-mail: eranle@netvision.net.il
>WebSite: <http://come.to/liloboot>http://come.to/liloboot
----
Regards,
Eran Levy.
E-mail: eranle@netvision.net.il
WebSite: http://come.to/liloboot
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il