On Thu, 10 Aug 2000, John Losey wrote:

> While removing /etc/securetty does allow root to telnet in, I'd like to know
> the syntax so that I could allow for it w/o making it completely wide open.

the securetty file expects the name of the tty, nothing more.  The trick
is that Linux 2.2 (and glibc) use UNIX 98 ptys.  So... your pty is
dynamically allocated, exists in /dev/pts, and has a filename that is only
a number.

If you want to telnet in as root, you have to add:
1
2
3
4
....
to /etc/securetty.

Install openssh.  :)

MSG




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to