1831275 Members
2934 Online
110022 Solutions
New Discussion

Securetty in Console

 
Gino Valdés
Occasional Contributor

Securetty in Console

The file / etc/securetty must contain / dev/console or console?
2 REPLIES 2
Rick Garland
Honored Contributor

Re: Securetty in Console

Having just the word "console" will work
Bill Hassell
Honored Contributor

Re: Securetty in Console

Although the man page for login is not clear, any device files listed in securetty must omit the /dev/ part. The reason is that login prepends /dev/ to each line in securetty so an entry like: /dev/console becomes the name:

/dev//dev/console

Note that this can be any login type device file such as a tty terminal.


Bill Hassell, sysadmin