- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to Enable rlogin
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-03-2006 04:14 PM
тАО02-03-2006 04:14 PM
How to Enable rlogin
in my server only inetd.conf is there,there is no xinetd dir.for rlogin we need to install any rpm or what.some one help me to close this issue
thanku
mahen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2006 04:25 AM
тАО02-04-2006 04:25 AM
Re: How to Enable rlogin
inetd.conf can run rlogin protocols as well.
Steps:
1) Find the software to enable rlogin on your original cd's. Its there. install it.
2) This will probably add the necessary code to inetd.conf, which you will need to restart.
You might want to consider a more up to date version of Suse.
By default, because of serious security issues, rlogin and its sister protocols are not installed in modern Linux.
You might wish to consider openssh, which is installed by default and works almost exactly like rlogin.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2006 03:50 PM
тАО02-04-2006 03:50 PM
Re: How to Enable rlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2006 05:20 AM
тАО02-05-2006 05:20 AM
Re: How to Enable rlogin
Try this..
#cd /etc/xinetd.d
#ls -l rlogin
#vi rlogin
disable = no
save and come out
#service xinetd restart
#rlogin server_name
Hope this will solve ur issue.
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 03:18 AM
тАО02-06-2006 03:18 AM
Re: How to Enable rlogin
security hole and has been disabled
by default on many linux distributions
for some time. ssh provided all the
rlogin functionality over a secure channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2006 07:53 PM
тАО02-06-2006 07:53 PM
Re: How to Enable rlogin
Hi,
After enabling the service make sure to add the required hostname entries in
.rhosts and /etc/hosts.equiv
only the hosts listed in this files will be the trusted hosts and can do rcp.. etc
With Regards,
Siva.