1. It seems to me that the best thing to do is make sure CONSOLE=/dev/console is in/etc/default/login and not commented out. Force all who need to login directly as root to do so via the system console. Otherwise do an "su" or install "sudo".
2. Disable telnet. Use SSH. Make it a mandatory policy, no ifs ands or buts. Who in their right mind would run telnet on an Internet attached server? Believe it or not, my company's CorpSec would. So that when we need remote access when on-call we use an RSA keychain fob to authenticate. But everything we do in cleartext and they can read what we do. Which why they won't allow SSH through the firewall.
--
I have CONSOLE=/dev/console set in/etc/default/login.
telnet -l"-froot" 10.24.47.9
Trying 10.24.47.9...
Connected to 10.24.47.9.
Escape character is '^]'.
Not on system console
Connection closed by foreign host.
And turn off telnet. Do: svcadm disable svc:/network/telnet:default as root.
And yes! It is STILL BETTER THAN P.O.S. Windoze!!!
--
Zombie Proc
1. It seems to me that the best thing to do is make sure CONSOLE=/dev/console is in /etc/default/login and not commented out. Force all who need to login directly as root to do so via the system console. Otherwise do an "su" or install "sudo".
2. Disable telnet. Use SSH. Make it a mandatory policy, no ifs ands or buts. Who in their right mind would run telnet on an Internet attached server? Believe it or not, my company's CorpSec would. So that when we need remote access when on-call we use an RSA keychain fob to authenticate. But everything we do in cleartext and they can read what we do. Which why they won't allow SSH through the firewall. --
There are simple ways to secure this:
/etc/default/login.
I have CONSOLE=/dev/console set in
telnet -l"-froot" 10.24.47.9
Trying 10.24.47.9...
Connected to 10.24.47.9.
Escape character is '^]'.
Not on system console
Connection closed by foreign host.
And turn off telnet. Do: svcadm disable svc:/network/telnet:default as root.
And yes! It is STILL BETTER THAN P.O.S. Windoze!!!
--
Zombie Proc