atom feed37 messages in org.freebsd.freebsd-questions[freebsd-questions] [freebsd-question...
FromSent OnAttachments
Wojciech PucharMar 10, 2007 9:51 pm 
Kevin KinseyMar 10, 2007 10:05 pm 
Beech RintoulMar 10, 2007 10:38 pm 
al...@schnarff.comMar 11, 2007 12:17 am 
Wojciech PucharMar 11, 2007 7:13 am 
Wojciech PucharMar 11, 2007 7:16 am 
Garrett CooperMar 11, 2007 7:31 am 
Wojciech PucharMar 11, 2007 7:41 am 
Wojciech PucharMar 11, 2007 7:41 am 
Beech RintoulMar 11, 2007 9:03 am 
Christian WaltherMar 11, 2007 9:43 am 
Wojciech PucharMar 11, 2007 10:07 am 
Wojciech PucharMar 11, 2007 10:08 am 
Howard JonesMar 11, 2007 10:52 am 
Wojciech PucharMar 11, 2007 11:12 am 
Howard JonesMar 11, 2007 11:28 am 
Wojciech PucharMar 11, 2007 12:41 pm 
Sergio LenziMar 11, 2007 2:09 pm 
Sergio LenziMar 11, 2007 2:22 pm 
Wojciech PucharMar 11, 2007 3:55 pm 
Hugo SilvaMar 11, 2007 4:19 pm 
Hugo SilvaMar 11, 2007 4:31 pm 
Paul SchmehlMar 11, 2007 5:11 pm 
Christian WaltherMar 11, 2007 7:52 pm 
Gerard SeibertMar 11, 2007 8:10 pm 
Wojciech PucharMar 11, 2007 8:46 pm 
Sergio LenziMar 11, 2007 8:59 pm 
Gerard SeibertMar 11, 2007 9:03 pm 
Jeff RollinMar 11, 2007 9:58 pm 
Wojciech PucharMar 11, 2007 10:31 pm 
Wojciech PucharMar 11, 2007 10:32 pm 
Wojciech PucharMar 11, 2007 10:39 pm 
Sergio LenziMar 12, 2007 2:00 am 
Wojciech PucharMar 12, 2007 7:47 am 
Sergio LenziMar 12, 2007 1:37 pm 
Sergio LenziMar 12, 2007 1:39 pm 
Chris KottaridisMar 12, 2007 5:13 pm 
Subject:[freebsd-questions] [freebsd-questions] root login with telnetd
From:Howard Jones (how@thingy.com)
Date:Mar 11, 2007 11:28:15 am
List:org.freebsd.freebsd-questions

Wojciech Puchar wrote:

so generalizing that "telnet and rsh is bad" is as stupid as telling that oxygen is bad as it makes fires.

Well, that's true, but if you have the choice, there are better choices. You *can* hammer in nails with the butt of a gun, but there's a chance you'll somehow shoot yourself in the arm. A hammer doesn't have that risk.

There have been *many* problems over the years with rsh and telnet. rsh's security model comes from a time when people thought computers would never lie to each other. SSH does allow you to give only enough access, with the side-benefits (in your case) of compression and encryption. Even if you used ssh without those, the key-based authentication is still safer, and the code more modern and securely designed.