<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rlogin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251718#M88210</link>
    <description>but i did not found the file i creat one put also the rlogin does not work without password&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Apr 2004 02:25:48 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2004-04-19T02:25:48Z</dc:date>
    <item>
      <title>rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251716#M88208</link>
      <description>how to configure my linux 9 server be rlogin from another server without puting password ,(is there is .rhosts file for the system) and how can i telnet in to my system with the password of the root</description>
      <pubDate>Mon, 19 Apr 2004 02:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251716#M88208</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-04-19T02:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251717#M88209</link>
      <description>Telnet to the server (especially for root) is such a bad idea.&lt;BR /&gt;&lt;BR /&gt;Yes, '.rhosts' exists, and work int he same manner as most other Unix varients (in user home-directory, 600 permissions).&lt;BR /&gt;&lt;BR /&gt;To 'rlogin' as root however, you will have to bypass some of the default security however.&lt;BR /&gt;&lt;BR /&gt;The eastiest way is to modify '/etc/securetty', and put the keyword 'rsh' on a line by it's self.&lt;BR /&gt;&lt;BR /&gt;This should allow root rlogin's.  You'll also need to enable the 'rlogin' and 'rsh' services (chkconfig rlogin on; chkconfig rsh on).&lt;BR /&gt;&lt;BR /&gt;Personally, I'd start by looking into using 'ssh' instead.  It's far more secure for these sorts of things.</description>
      <pubDate>Mon, 19 Apr 2004 02:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251717#M88209</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-19T02:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251718#M88210</link>
      <description>but i did not found the file i creat one put also the rlogin does not work without password&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 02:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251718#M88210</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-04-19T02:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251719#M88211</link>
      <description>Correct, the file won't exist by default.&lt;BR /&gt;&lt;BR /&gt;So you create it in '~user/.rhosts', make sure it has only user-RW permissions (chmod 600 ~user/.rhosts).  Within the '.rhosts' file you have the machine name, or IP addres, of the machine you are coming from.  This name has to be the same as what your machine resolves it as!  Watching the errors in your log files help.&lt;BR /&gt;&lt;BR /&gt;If it's the 'root' user you are trying to 'rlogin' with, then you need to add 'rsh' to '/etc/securetty'.  If it's any other user, then it doesn't matter.</description>
      <pubDate>Mon, 19 Apr 2004 02:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251719#M88211</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-19T02:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251720#M88212</link>
      <description>what should i add to the /etc/securetty file, please but for me the steps</description>
      <pubDate>Mon, 19 Apr 2004 02:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251720#M88212</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-04-19T02:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251721#M88213</link>
      <description>thanks for help , i do all things , i add the server in the /root/.rhosts file and the server to the /etc/hosts , but when i do rlogin or rsh  they need from me to put a password, and even when i do remote backup it will give me that permission denied that it can notlogin as root&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 03:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251721#M88213</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-04-19T03:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251722#M88214</link>
      <description>Hi fadia,&lt;BR /&gt;rh8 uses pam for authenticatin users, so all you need is to check the /etc/pam.d/rlogin file ; it specifies all the steps linux do after granting you access.&lt;BR /&gt;&lt;BR /&gt;An  rlogin file working with .rhosts is the following:&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;# For root login to succeed here with pam_securetty, "rlogin" must be&lt;BR /&gt;# listed in /etc/securetty.&lt;BR /&gt;auth       required     /lib/security/pam_nologin.so&lt;BR /&gt;auth       required     /lib/security/pam_securetty.so&lt;BR /&gt;auth       required     /lib/security/pam_env.so&lt;BR /&gt;auth       sufficient   /lib/security/pam_rhosts_auth.so&lt;BR /&gt;auth       required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;account    required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;password   required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;session    required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;First of all, add rlogin in /etc/securetty with&lt;BR /&gt;#echo rlogin &amp;gt;&amp;gt; /etc/securetty;&lt;BR /&gt;(recommend the double '&amp;gt;&amp;gt;' )&lt;BR /&gt;then change your /etc/pam.d/rlogin file like the one above.&lt;BR /&gt;&lt;BR /&gt;Then it should work.&lt;BR /&gt;&lt;BR /&gt;To keep your box safe i strongly recommend to you to read carefully the PAM documentation. It's essential for managing your machine.&lt;BR /&gt;&lt;BR /&gt;Any comments about the rlogin file are welcome!&lt;BR /&gt;&lt;BR /&gt;Peace, Rob&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 03:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251722#M88214</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-19T03:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251723#M88215</link>
      <description>thanks alot for all , it was really big problem for me</description>
      <pubDate>Mon, 19 Apr 2004 05:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rlogin/m-p/3251723#M88215</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-04-19T05:28:27Z</dc:date>
    </item>
  </channel>
</rss>

