HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- telnet& ftp
Operating System - Linux
1825747
Members
2392
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-28-2002 07:29 PM
02-28-2002 07:29 PM
telnet& ftp
I could telnet in to my linux RH7.1 box (server)but only as a user when i login as root it says "login Incorrect".
Also I could not do an ftp , it gives "connection refused" . i reinstalled ftp, could any one help how i could install and run the ftp deamon
thanx & regards
ASif
Also I could not do an ftp , it gives "connection refused" . i reinstalled ftp, could any one help how i could install and run the ftp deamon
thanx & regards
ASif
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 08:47 PM
02-28-2002 08:47 PM
Re: telnet& ftp
By default, you cannot telnet into a RH box as the 'root' user for security reasons. You are restricted to a user login, then "su -" to root.
If you are adament on wanting 'root' telnet access however, you can modify /etc/pam.d/login, and remove the line "auth required /lib/security/pam_securetty.o" (or just comment it out (#)).
As for FTP access, by default it is turned off. Issuing the commands:
chkconfig wu-ftpd on
/etc/rc.d/init.d/xinetd restart
should resolve that issue however. If that doesn't, then you'll want to look into your firewall and see if that is being blocked (see 'ipchains -L' for a starter).
If you are adament on wanting 'root' telnet access however, you can modify /etc/pam.d/login, and remove the line "auth required /lib/security/pam_securetty.o" (or just comment it out (#)).
As for FTP access, by default it is turned off. Issuing the commands:
chkconfig wu-ftpd on
/etc/rc.d/init.d/xinetd restart
should resolve that issue however. If that doesn't, then you'll want to look into your firewall and see if that is being blocked (see 'ipchains -L' for a starter).
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 12:53 AM
03-01-2002 12:53 AM
Re: telnet& ftp
Hi,
check the file /etc/securetty
this is used for controling root loging in from the required terminals.
check the file /etc/inetd.conf for the ftp service
check the file /etc/ftpusers
for the denied users list for ftp.
-Vijay
check the file /etc/securetty
this is used for controling root loging in from the required terminals.
check the file /etc/inetd.conf for the ftp service
check the file /etc/ftpusers
for the denied users list for ftp.
-Vijay
"Let us fine tune our knowledge together"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP