![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enable user quota | rdns | UNIX for Dummies Questions & Answers | 1 | 10-18-2007 08:12 PM |
| SSH enable, Telnet disable ... | ArabOracle.com | SUN Solaris | 14 | 03-02-2007 01:27 PM |
| ftp telnet enable | ppass | Linux | 1 | 04-18-2005 12:23 PM |
| enable a user via remsh | scottl | UNIX for Dummies Questions & Answers | 1 | 09-09-2003 07:11 AM |
| How to Enable locked root account | Syed_45 | UNIX for Dummies Questions & Answers | 2 | 10-04-2002 07:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
How to Enable TELNET for root user in Linux.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Now before getting into the details of how to configure Red Hat Linux for root logins, keep in mind that this is VERY BAD security. Make sure that you NEVER configure your production servers for this type of login.
Configure Telnet for root logins Simply edit the file /etc/securetty and add the following to the end of the file: pts/0 pts/1 pts/2 pts/3 pts/4 pts/5 pts/6 pts/7 pts/8 pts/9 This will allow up to 10 telnet sessions to the server as root. Configure FTP for root logins Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file. source: Configuring Telnet/FTP to login as root (Linux) |
|
#3
|
|||
|
|||
|
This is strongly discouraged as you will end up sending root password in clear over the network.
The alternative approach is to telnet as a normal user then use "su" to get to root. However even that is frowned on and ssh should be used instead of telnet. |
|
#4
|
||||
|
||||
|
Its working ...
Thanks you so much... for resolving my query & Security issues for Telnet root user.
|
||||
| Google The UNIX and Linux Forums |