- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: rlogin to LINUX
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
11-28-2005 09:41 PM
11-28-2005 09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:08 PM
11-28-2005 10:08 PM
SolutionOn a basic level you need a .rhosts file that allows you to authorize users for remote login.
A better option however is to use openssh, which ships with your system. Without modification, you can allow users ssh login which works the same as rlogin but is secure.
http://www.hpuxconsulting.com/5004.ppt
A presentation on how to do the setup.
For rlogin, modification of one of the configuration files in /etc/xinetd.d/ may be needed followed by this command:
service restart xinetd
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
11-28-2005 10:13 PM
11-28-2005 10:13 PM
Re: rlogin to LINUX
you need to enable login service (on server site) for xinetd daemon. Location of configuration files depends on distribution you are using.
/etc/xinetd.conf
Here is example of login service.
service login
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.rlogind
server_args = -h
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 03:56 AM
11-29-2005 03:56 AM
Re: rlogin to LINUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 04:10 AM
11-29-2005 04:10 AM
Re: rlogin to LINUX
Suggest you go with ssh
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
11-29-2005 05:04 AM
11-29-2005 05:04 AM
Re: rlogin to LINUX
rpm -q rsh-server
Then you will need to setup the .rhost file in your home directory or hosts.equiv file (see the man page hosts.equiv).
As everyone has said, ssh is a much better solution. It is usually loaded on linux systems by default, but it isn't always loaded on other systems. In order to use it, the other clients in your environement will also need a ssh or PuTTY clients installed. I have some environments where it was easier to load the rsh-server on a few linux clients, rather than install ssh clients on everything else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 05:35 PM
11-29-2005 05:35 PM
Re: rlogin to LINUX
To enable rlogin, edit the file /etc/xinetd.d/rlogin
make changes in rlogin file..
disable=no
save and come out...
#service xinetd restart
if the file is not present.. install the package from red hat installable cd.
#rpm -ivh --force rloginxxx.rmp
Hope it will resolve ur issue.
cheers
indrajit