<?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: remote root login to Linux system. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184309#M87877</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have a file called /etc/securetty?&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
    <pubDate>Thu, 05 Feb 2004 11:49:19 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2004-02-05T11:49:19Z</dc:date>
    <item>
      <title>remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184308#M87876</link>
      <description>Why when loging into linux box root's passwd&lt;BR /&gt;not accepted.&lt;BR /&gt;I can log into linux box on console as root.&lt;BR /&gt;I can su - to root with same password.&lt;BR /&gt;I can login to linux system as any other user&lt;BR /&gt;but when loging in as root and entering password at prompt. I get Login incorrect.&lt;BR /&gt;&lt;BR /&gt;Is there a security feature I am missing?&lt;BR /&gt;&lt;BR /&gt;Already edited /etc/inetd.conf.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 11:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184308#M87876</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-05T11:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184309#M87877</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have a file called /etc/securetty?&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Thu, 05 Feb 2004 11:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184309#M87877</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-02-05T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184310#M87878</link>
      <description>Hello Jerry,&lt;BR /&gt;&lt;BR /&gt;securettys is the way to go if you want to use telnet. Generally speaking this is not recommended nowadays anymore since the password  is sent unencrypted over the network. Use ssh instead:&lt;BR /&gt;&lt;BR /&gt;basic usage: ssh root@host&lt;BR /&gt;&lt;BR /&gt;The first time you have to accept some keys.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 05 Feb 2004 12:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184310#M87878</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-05T12:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184311#M87879</link>
      <description>It is generally considered good practice not to login directly as root (login as yourself and su - to root) but if you have a good reason for not using ssh (BTW: using ssh may require an edit of /etc/ssh/sshd_config to change PermitRootLogin no to yes), securetty is a flat file with a simple list of ttys that root is permitted to login on.&lt;BR /&gt;&lt;BR /&gt;-p</description>
      <pubDate>Thu, 05 Feb 2004 13:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184311#M87879</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-02-05T13:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184312#M87880</link>
      <description>I need to be able to use rdist to the linux&lt;BR /&gt;box and that requires ~/.rhosts.&lt;BR /&gt;So if /etc/securettys is turned off for root&lt;BR /&gt;by default then I will look at that and see&lt;BR /&gt;if it is causing my problem. Was like the old SunOS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 13:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184312#M87880</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-05T13:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184313#M87881</link>
      <description>If you need to distribute multiple files to multiple hosts, there are a couple of alternatives to doing this .. &lt;BR /&gt;&lt;BR /&gt;1) You can use SCP to copy the files in a cron job. Generate a RSA key on your main server and copy the /root/.ssh/id_rsa.pub file to each of the remote servers in the /root/.ssh directory and name the file "authorized_keys2". That way you wont be prompted for a password everytime.. Works great.  &lt;BR /&gt;&lt;BR /&gt;2) We also use rsync.  It works great and pretty simple to setup.. &lt;BR /&gt;&lt;BR /&gt;hope this helps..</description>
      <pubDate>Fri, 06 Feb 2004 12:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184313#M87881</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2004-02-06T12:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184314#M87882</link>
      <description>What I need to do is rdist files from client&lt;BR /&gt;boxes to the linux host. The client boxes&lt;BR /&gt;do not have ssh and it is not an option to &lt;BR /&gt;install ssh on all of them.&lt;BR /&gt;&lt;BR /&gt;Since rdist is a quick and easy way to copy&lt;BR /&gt;files to a remote host and compare time stamps. It seems to be the way to go.&lt;BR /&gt;Security in this area is not an issue since&lt;BR /&gt;no one but 3 people have access and there&lt;BR /&gt;is no access from the internet.&lt;BR /&gt;root .rhosts is okay, they all 3 have root&lt;BR /&gt;access anyway. Installing ssh is more work than is required to accomplish this simple copy.&lt;BR /&gt;cp from nfs mount would not do the time stamp&lt;BR /&gt;checking and I don't have the time to write&lt;BR /&gt;test scripts to do so.&lt;BR /&gt;Interesting that HP-UX has in &lt;BR /&gt;/etc/securetty just the line "console" yet&lt;BR /&gt;root .rhosts works for rlogin, etc without&lt;BR /&gt;password. Does linux have to not have tty/pty&lt;BR /&gt;in them to work? I had to uncomment the tty pty statements so it would allow root to login&lt;BR /&gt;remotely in the first place. &lt;BR /&gt;I checked linuxquestions.org and saw same&lt;BR /&gt;problems posted and not one had a solution.&lt;BR /&gt;Only to use ssh.&lt;BR /&gt;&lt;BR /&gt;Is this a security feature in linux that you&lt;BR /&gt;cannot use .rhosts for root at all?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 14:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184314#M87882</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-06T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184315#M87883</link>
      <description>As it turns out. I have scrapped using rdist.&lt;BR /&gt;One, its not compatible with Solaris rdist,&lt;BR /&gt;have not checked with HP yet. If using it on&lt;BR /&gt;the linux system locally to get files from&lt;BR /&gt;NFS then it does not like unknown files,&lt;BR /&gt;does not replicate soft and hard links.&lt;BR /&gt;&lt;BR /&gt;The question about root login no passwd is&lt;BR /&gt;to use option -h in inetd.conf after rlogind.&lt;BR /&gt;This allows root to use its .rhosts file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 10:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184315#M87883</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-11T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184316#M87884</link>
      <description>rdist being open source, you should download and compile it so that you have the same software and versions on all platforms. That way there are no "compatibility" issues.</description>
      <pubDate>Wed, 11 Feb 2004 10:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184316#M87884</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-02-11T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: remote root login to Linux system.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184317#M87885</link>
      <description>I have the rdist.c rdistd.c but I have not&lt;BR /&gt;the clients time to download a compiler to&lt;BR /&gt;the linux box and mess with it.&lt;BR /&gt;&lt;BR /&gt;find /source -depth -print|cpio /backupdir/ 2&amp;gt;finderrors&lt;BR /&gt;&lt;BR /&gt;Seems to do okay from the NFS mounts and &lt;BR /&gt;gives me sanity checking on any corrupt files.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 12:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-root-login-to-linux-system/m-p/3184317#M87885</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-11T12:56:16Z</dc:date>
    </item>
  </channel>
</rss>

