Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, Currenlty am working on SuSE ES 9.0. Me trying to connect to another SusE machine using rlogin, but it throws the message access denied. Me want solution for the ...
  1. #1
    Just Joined!
    Join Date
    Apr 2005
    Posts
    3

    How to enable rlogin

    Hi,

    Currenlty am working on SuSE ES 9.0.

    Me trying to connect to another SusE machine using rlogin, but it throws the message access denied.

    Me want solution for the below mentioned things:
    1) how to enable rlogin service (i can see xinetd process is up, but unable to see in.rlogind process)
    2) What is the format of .rhosts file. Do we need to have it on both the machines (source and target).

  2. #2
    Linux Guru sdousley's Avatar
    Join Date
    Feb 2004
    Posts
    1,789
    if i remember correctly rlogin is basically ssh. The SuSE ES should have an sshd started, try
    Code:
    ssh <ip of server>
    with port 22 open on the server's firewall
    "I am not an alcoholic, alcoholics go to meetings"
    Registered Linux user = #372327

  3. #3
    Just Joined!
    Join Date
    Apr 2005
    Posts
    3
    I can login using ssh (port 22), but i need it using "rlogin" (port 513).
    In /etc/service file, rlogin will be displayed as "login"

  4. #4
    Just Joined!
    Join Date
    May 2005
    Posts
    1

    in.rshd

    In.rshd is part of the rsh-server package. If 'which in.rshd" returns nothing, you need to install that package. Once it is installed, enable it with 'chkconfig rsh on' and then restart xinetd with '/etc/init.d/xinetd restart'. This will activate it. Now it may still be blocked by the your firewall. In that case you will need to let through ports 512, 513, and 514 tcp.

    Hope this helps.

    -ghostis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...