it's a bad idea because even encrypted data is subject to the same properties of the underlying network. in this case, a simple arp poison and you're logging into a rogue ssh service providing root credentials. -vs- logging into the same evilhost (unknowingly) with a non-priviledged account, realizing that something isn't the same prior to su-ing and, yes losing a non-priviledged account to escalate from in the process, but you at least have the buffer/window/time to act on before losing root.
Main Topics
Browse All Topics





by: hibbidijiPosted on 2004-03-05 at 13:57:19ID: 10527320
there's a setting in /etc/ssh/sshd_config called PermitRootLogin that's a yes|no setting
Setting that should get you all setup ;)