- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ROOT cann't able to telnet , ftp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:48 AM
04-06-2006 01:48 AM
Iam using RHEL4 , I have enabled the telnet and ftp services , but I cann't able to do telnet login and ftp login , What changes i have to made to access it.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 02:08 AM
04-06-2006 02:08 AM
Re: ROOT cann't able to telnet , ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 02:15 AM
04-06-2006 02:15 AM
SolutionRoot access is typically disabled for
security reasons.
Use ssh, scp, and sftp for root access
if needed.
Install and configure sudo to allow
admin user to connect using their ids
and switch to root access when required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 02:35 AM
04-06-2006 02:35 AM
Re: ROOT cann't able to telnet , ftp
Use ssh to access as root, yet is not recommended.
Use scp to transfer the files. Or change the /etc/vsftpd/ftpusers or /etc/vsftpd/user_list to enable ftp access for root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 03:24 AM
04-06-2006 03:24 AM
Re: ROOT cann't able to telnet , ftp
pts/0
pts/1
pts/2
As far as I remember, deleting /etc/securetty will work too.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 05:34 AM
04-06-2006 05:34 AM
Re: ROOT cann't able to telnet , ftp
you can create a user otherthen root on your server and use new user's login to telnet into the server and change user to root. Or, just use SSH for root login to your server.
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 05:50 AM
04-06-2006 05:50 AM
Re: ROOT cann't able to telnet , ftp
#auth required pam_securetty.so