<?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: Enable Root login using ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851308#M274892</link>
    <description>Hi Hermant,&lt;BR /&gt;&lt;BR /&gt;If '/etc/securetty' exists, the devices listed in it are the only ones which will accept a root login.  A common way to increase security of your system is to only allow root login from the console.  This is accomplished by echoing 'console' to '/etc/securetty'.&lt;BR /&gt;&lt;BR /&gt;If this is the case for your environment, and you are alright with the security ramifications of allowing root to login from any terminal, comment out ('#') 'console' from '/etc/securetty', or delete the file (if it contains no other entries).&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Mon, 28 Aug 2006 06:32:06 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-08-28T06:32:06Z</dc:date>
    <item>
      <title>Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851305#M274889</link>
      <description>HI ,&lt;BR /&gt;&lt;BR /&gt; I have checked the status for the PERMIT ROOT LOGIN variable in sshd_config file it is set to YES then to i am not able to login using root account i tried to restart the ssh service but then to the root login is not working while i can login using other account and can do su to root user ...&lt;BR /&gt;&lt;BR /&gt; Please Help ..&lt;BR /&gt;&lt;BR /&gt; Thanks &amp;amp; REgards&lt;BR /&gt;&lt;BR /&gt; Hemant</description>
      <pubDate>Mon, 28 Aug 2006 03:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851305#M274889</guid>
      <dc:creator>hemant_mopari</dc:creator>
      <dc:date>2006-08-28T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851306#M274890</link>
      <description>Ask SSH to give you some hints by&lt;BR /&gt;e.g.&lt;BR /&gt;$ ssh -v root@somehost&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2006 03:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851306#M274890</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-08-28T03:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851307#M274891</link>
      <description>Hemant,&lt;BR /&gt;&lt;BR /&gt;Also check this thread out, might be able to give you a couple of hints of what is going on!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001507" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001507&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 28 Aug 2006 06:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851307#M274891</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-08-28T06:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851308#M274892</link>
      <description>Hi Hermant,&lt;BR /&gt;&lt;BR /&gt;If '/etc/securetty' exists, the devices listed in it are the only ones which will accept a root login.  A common way to increase security of your system is to only allow root login from the console.  This is accomplished by echoing 'console' to '/etc/securetty'.&lt;BR /&gt;&lt;BR /&gt;If this is the case for your environment, and you are alright with the security ramifications of allowing root to login from any terminal, comment out ('#') 'console' from '/etc/securetty', or delete the file (if it contains no other entries).&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 28 Aug 2006 06:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851308#M274892</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-28T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851309#M274893</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Spex, your comment is not accurate as it relates to ssh.  The /etc/securetty only affects telnet and rlogin.  ssh allows root access if so configured in sshd_config and ssh_config regardless of the contents of /etc/securetty.&lt;BR /&gt;&lt;BR /&gt;As for the issue at hand: you should probably &lt;BR /&gt;&lt;BR /&gt;grep -i permitrootlogin sshd_config &lt;BR /&gt;&lt;BR /&gt;to ensure the parameter isn't reset somewhere else.  Also check in ssh_config and ~/.ssh/config to see if anything is set in those files that might be causing it.&lt;BR /&gt;&lt;BR /&gt;Failing those, as previously suggested, post the results of ssh -vvv ${target} so we can see the login process and provide some additional help.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Mon, 28 Aug 2006 06:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851309#M274893</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-08-28T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851310#M274894</link>
      <description>I suggest to disable 'su to root possibility'&lt;BR /&gt;and install 'sudo' or something similar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Mon, 28 Aug 2006 07:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851310#M274894</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2006-08-28T07:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851311#M274895</link>
      <description>the sshd_config should have 'PermitRootLogin' set to yes. Some vendors have it as 'EnableRootLogin'.</description>
      <pubDate>Mon, 28 Aug 2006 08:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851311#M274895</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-28T08:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Root login using ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851312#M274896</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt; Thanks to all of you for the help, but according to RALPH i have tried the command &lt;BR /&gt;$ssh -v root@somehost&lt;BR /&gt;from another machine as well as from  the same machine it is working fine .&lt;BR /&gt;But it doesnot allow me to login by root user when using PUTTY (a ssh utility),Please help ..&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Hemant</description>
      <pubDate>Wed, 30 Aug 2006 03:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enable-root-login-using-ssh/m-p/3851312#M274896</guid>
      <dc:creator>hemant_mopari</dc:creator>
      <dc:date>2006-08-30T03:18:17Z</dc:date>
    </item>
  </channel>
</rss>

