View Single Post
  #2   (View Single Post)  
Old 7th May 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Why not use ssh?
It's just as easy (Maybe even easier) to setup as telnet.

If you want to permit the root user to login, edit /etc/ssh/sshd_config and change this line:
Code:
#PermitRootLogin no
to:
Code:
PermitRootLogin yes
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.

Last edited by Carpetsmoker; 7th May 2008 at 11:50 AM. Reason: ugh, fix
Reply With Quote