|
From: Bruce S. <bw...@ar...> - 2006-07-27 19:32:36
|
> Can someone please tell me how to configure a devil linux machine to > accept ssh or telnet connections? > > I'm not worried about security as the machine has no contact with > anything outside our lan, so basic telnet would do! We don't include telnetd because of security implications. Enabling SSH is easy, simply tell it to start the service in 'setup'. If you're running a firewall (I don't know why you would be, since you're not concerned about security), you have to edit the firewall config (/etc/init.d/firewall.rules) and uncomment some lines to open up port 22 (comments in the file explain what to do). save-config, reboot. - BS |