Plz do *not* use telnet. It doesn't use encryption so any data sent can be sniffed from the wire to grab your passwords, commands, everything.
Best is to remove telnet and telnetd (the telnet daemon) from your system. Use SSH instead.
Plz do *not* login as *root* with SSH. Login as any regular user and then use sudo to su to root.
It's the proper way to do it.
If you must login as root dont forget to set allowing rootlogins in sshd.conf.
Btw, you *did* upgrade your sshd to the last version w/o vulnerabilities?..
|