On Mon, 13 Mar 2000, Timothy Lillicrap wrote:

> I would like to be able to gain root access through telnet without
> having to go in as a normal user and then su.

Either use ssh (better - if you put up authorization keys, you don't even
need to type the password every time if security is not a concern) or add
the virtual terminals to /etc/securetty...

cat >>/etc/securetty <<EOF
0
1
2
3
4
5
6
7
8
9
10
11
12
EOF

LLaP
bero



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to