- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to disable rlogin,ftp,telnet
Operating System - Linux
1821544
Members
2456
Online
109633
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-15-2011 01:18 AM
тАО03-15-2011 01:18 AM
how to disable rlogin,ftp,telnet
i want to disble below services in RHEL 5
rlogin,telnet,ftp
command output
uname -a
Linux workstation1 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
rlogin,telnet,ftp
command output
uname -a
Linux workstation1 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2011 07:33 AM
тАО03-15-2011 07:33 AM
Re: how to disable rlogin,ftp,telnet
Remove packages "telnet-server", "rsh-server" and "vsftpd".
This is the surest way to disable those services, because the binaries providing the services will be completely removed from the system.
Example:
yum erase telnet-server rsh-server vsftpd
or
rpm -e telnet-server rsh-server vsftpd
NOTE: the default RHEL 5 installation does not install these packages. So if you have them, you (or someone else administering the system) has chosen to enable them.
MK
This is the surest way to disable those services, because the binaries providing the services will be completely removed from the system.
Example:
yum erase telnet-server rsh-server vsftpd
or
rpm -e telnet-server rsh-server vsftpd
NOTE: the default RHEL 5 installation does not install these packages. So if you have them, you (or someone else administering the system) has chosen to enable them.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2011 02:47 AM
тАО03-17-2011 02:47 AM
Re: how to disable rlogin,ftp,telnet
by default they're not running, but if they are, you can disable them by changing the settings in their xinetd config file found in /etc/xinetd.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2011 03:00 PM
тАО03-22-2011 03:00 PM
Re: how to disable rlogin,ftp,telnet
Usually none of the mentioned services are active after a default install.
However you may also check your firewall settings to filter out the TCP ports 513, 20, 21, 23 that are used for these services.
FTP may also be blocked via tcpwrappers file /etc/hosts.deny.
However you may also check your firewall settings to filter out the TCP ports 513, 20, 21, 23 that are used for these services.
FTP may also be blocked via tcpwrappers file /etc/hosts.deny.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP