<?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 Can't remote login from HP to Linux. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751181#M78663</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am new to Linux. Maybe this question is quite simple to you all.&lt;BR /&gt;&lt;BR /&gt;I had installed RH7.2 server version. I had tried to do a remote login (root account) or remote shell from HP-UX to Linux but failed. I had comment the line of "#auth required /lib/security/pam_securetty.so" from files login, rlogin and rexec but when I do a remsh linux from the HP-UX, it prompts me for password. I had modified that I can login root from telnet in Linux. May I know what files I had missed out that gives me this result?&lt;BR /&gt;Before I comment those lines, it prompts me twice for password. But after I comment those lines, it prompt me once for password.&lt;BR /&gt;&lt;BR /&gt;The other way round, I can rsh from Linux to HP-UX by root account.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Kenny.</description>
    <pubDate>Tue, 25 Jun 2002 02:01:04 GMT</pubDate>
    <dc:creator>Kenny Chau</dc:creator>
    <dc:date>2002-06-25T02:01:04Z</dc:date>
    <item>
      <title>Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751181#M78663</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am new to Linux. Maybe this question is quite simple to you all.&lt;BR /&gt;&lt;BR /&gt;I had installed RH7.2 server version. I had tried to do a remote login (root account) or remote shell from HP-UX to Linux but failed. I had comment the line of "#auth required /lib/security/pam_securetty.so" from files login, rlogin and rexec but when I do a remsh linux from the HP-UX, it prompts me for password. I had modified that I can login root from telnet in Linux. May I know what files I had missed out that gives me this result?&lt;BR /&gt;Before I comment those lines, it prompts me twice for password. But after I comment those lines, it prompt me once for password.&lt;BR /&gt;&lt;BR /&gt;The other way round, I can rsh from Linux to HP-UX by root account.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Kenny.</description>
      <pubDate>Tue, 25 Jun 2002 02:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751181#M78663</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-06-25T02:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751182#M78664</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To do pam related troubleshoot,&lt;BR /&gt;I advice you to add "debug" option after pam.securetty.so.&lt;BR /&gt;Then you will be able to see error message in your /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 25 Jun 2002 03:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751182#M78664</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-06-25T03:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751183#M78665</link>
      <description>Thanks for your reply, but how can I enable the debug mode in this situation?&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Kenny.</description>
      <pubDate>Tue, 25 Jun 2002 03:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751183#M78665</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-06-25T03:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751184#M78666</link>
      <description>You should notice that the root login normaly is not allowed. I'd suggest to use ssh.&lt;BR /&gt;&lt;BR /&gt;Another solution is to login (rlogin or telnet) as a regular user and then "su - root" to get the root privileges.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 07:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751184#M78666</guid>
      <dc:creator>MiQUET Pascal</dc:creator>
      <dc:date>2002-06-26T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751185#M78667</link>
      <description>Well, I know I can su to root from other users, but I need to remote copy some root priviledge files and directories from HP-UX to Linux. I know I can do the other way round, but there are several people know the Linux root password but not the HP-UX root password. So I need to restrict rsh from Linux to HP-UX but not HP-UX to Linux.&lt;BR /&gt;Any idea to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Kenny.</description>
      <pubDate>Wed, 26 Jun 2002 07:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751185#M78667</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-06-26T07:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751186#M78668</link>
      <description>If all you want to do is remote copy and you are having password issues--then don't use passwords.  Use SSH and create a key for this purpose.  You can create the key without a password, although that is a security risk.  If you protect the access to the key it's probably less of a security risk than using the old r* commands...</description>
      <pubDate>Wed, 26 Jun 2002 11:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751186#M78668</guid>
      <dc:creator>Hal Rottenberg</dc:creator>
      <dc:date>2002-06-26T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751187#M78669</link>
      <description>I forgot to mention one more thing.  Check out scp(1).</description>
      <pubDate>Wed, 26 Jun 2002 11:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751187#M78669</guid>
      <dc:creator>Hal Rottenberg</dc:creator>
      <dc:date>2002-06-26T11:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751188#M78670</link>
      <description>Kenny-&lt;BR /&gt;I can tell you have the services active on the linux box or you would not get as far as you did.  The magic file you are looking for is  /root/.rhosts on the linux box.  The file structure is a list of the system names that are permitted to access your system.  I recommend using the full name of the system you want to allow access from.  ie- if the name of a system is: "xyzsys.mydomain.com" use that name in the file not the alias of "xyzsys".  My .rhosts file has both names.  You may also need to create the file as /etc/hosts.equiv for some file transfers as a user account other than root, but this should put you on the right path.&lt;BR /&gt;&lt;BR /&gt;Try man hosts.equiv&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 13:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751188#M78670</guid>
      <dc:creator>Robert R. Colp</dc:creator>
      <dc:date>2002-06-26T13:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751189#M78671</link>
      <description>Hal, I know I can use SSH, but this is a testing machine and we don't want to buy any SSH license and install to this linux.&lt;BR /&gt;Robert, I think you may right, but I am not sure how to find a full name of my HP-UX server and from the configuration file, I can only find the hostname. So any clue to this?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Kenny.</description>
      <pubDate>Thu, 27 Jun 2002 01:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751189#M78671</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-06-27T01:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751190#M78672</link>
      <description>Hey Kenny,&lt;BR /&gt;&lt;BR /&gt;you can use openssh, its under the GPL (no cost ...) &lt;A href="http://www.openssh.org" target="_blank"&gt;www.openssh.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To get your hostname. just type #hostname&lt;BR /&gt;&lt;BR /&gt;Greetz&lt;BR /&gt;Kayse</description>
      <pubDate>Thu, 27 Jun 2002 11:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751190#M78672</guid>
      <dc:creator>S. Kaysersberg</dc:creator>
      <dc:date>2002-06-27T11:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751191#M78673</link>
      <description>Have you turned on rsh and rlogin in xinetd?&lt;BR /&gt;If not, you are not going to get in.  I believe the files you want are in /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;You should make sure that the configs for rlogin and/or rsh (whichever you use) are set with disable=no&lt;BR /&gt;&lt;BR /&gt;Even though it says default on in the comment under Red Hat 7.2 (my default installation had them set as disable=yes).&lt;BR /&gt;&lt;BR /&gt;You will still need the hosts.equiv or .rhosts files to do it without password though (and of course this is not recommended for security reasons).</description>
      <pubDate>Thu, 27 Jun 2002 14:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751191#M78673</guid>
      <dc:creator>Angus Crome</dc:creator>
      <dc:date>2002-06-27T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751192#M78674</link>
      <description>Thanks Angus, you are right, I had missed the file rsh in the /etc/xinetd.d. Thanks for reminding me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kenny.</description>
      <pubDate>Fri, 28 Jun 2002 01:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751192#M78674</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-06-28T01:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remote login from HP to Linux.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751193#M78675</link>
      <description>Hi Kenny,&lt;BR /&gt;&lt;BR /&gt;something more that can cause an error:&lt;BR /&gt;&lt;BR /&gt;/etc/securetty&lt;BR /&gt;&lt;BR /&gt;this file has to be renamed/removed to get this to work. &lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d  --&amp;gt;vi the desired service, change disable="yes" to "no"&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; restart xinetd&lt;BR /&gt;&lt;BR /&gt;That should do it for you.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the brigth side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 28 Jun 2002 07:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-remote-login-from-hp-to-linux/m-p/2751193#M78675</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-28T07:41:43Z</dc:date>
    </item>
  </channel>
</rss>

