How to allowing root
logins in telnet and Ftp in linux(Fedora/ubuntu/red hat)
Configure telnet for
root login
Edit /etc/securetty
& add following lines
pts/0
pts/1
pts/2
pts/3
pts/4
This will allow upto 5 telnet session with root user
Configure ftp for
root login
Edit following file
and remove “root” line from each file
/etc/vsftpd/ftpusers
/etc/vsftpd/user_list
No comments:
Post a Comment