<?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: kernel parameter for sshd devices in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751371#M257902</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Easy method is, comment telnetd service in /etc/inetd.conf, &lt;BR /&gt;&lt;BR /&gt;#telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 15 Mar 2006 04:22:28 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-03-15T04:22:28Z</dc:date>
    <item>
      <title>kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751369#M257900</link>
      <description>I have download ssh and install it on my system HP-UX 11i v1;I would like to configure all users emulator to use ssh instead of telnet to connect to the server.There are 300 users who connect simultaneously to the system; the problem is that I'm wondering to run out off sshd devices. I would like to know the kernel paramater (as nstrtel for telnet ) to configure to have 300 sshd maximum</description>
      <pubDate>Wed, 15 Mar 2006 04:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751369#M257900</guid>
      <dc:creator>KOGOE</dc:creator>
      <dc:date>2006-03-15T04:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751370#M257901</link>
      <description>To block telnet session simply use,&lt;BR /&gt;&lt;BR /&gt;configure /etc/profile as,&lt;BR /&gt;&lt;BR /&gt;ps | grep -q 'telnet'&lt;BR /&gt;if [[ ${?} -eq 0 ]]&lt;BR /&gt;then&lt;BR /&gt;  echo "Please use ssh. Telnet access is denied"&lt;BR /&gt;  sleep 3&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;will do it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 15 Mar 2006 04:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751370#M257901</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-15T04:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751371#M257902</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Easy method is, comment telnetd service in /etc/inetd.conf, &lt;BR /&gt;&lt;BR /&gt;#telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 15 Mar 2006 04:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751371#M257902</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-15T04:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751372#M257903</link>
      <description>I hope no specific kernel parameter for ssh service as like telnet. See this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be nstrpty, npty is needed.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 15 Mar 2006 04:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751372#M257903</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-15T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751373#M257904</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Check this thread, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=949625" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=949625&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 15 Mar 2006 04:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751373#M257904</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-15T04:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751374#M257905</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I do not think there is such things as sshd devices.&lt;BR /&gt;&lt;BR /&gt;sshd man page didn't mention it.&lt;BR /&gt;&lt;BR /&gt;you may run out of process, but if you already have 300 telnet user, you won't run out of process for 300 ssh user.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard&lt;BR /&gt;&lt;BR /&gt;You didn't ask for it, but since every one seems to give advice  ...&lt;BR /&gt;&lt;BR /&gt;see my answer on how to disable telnet with a warning message in &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1004287" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1004287&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 04:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751374#M257905</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-03-15T04:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751375#M257906</link>
      <description>telnet uses "telnet" devices (pts/t*). The number of therse devices is configure with kernel parameter nstrtel.&lt;BR /&gt;ssh uses normal pseudo terminal devices (pts/_number_)&lt;BR /&gt;The number of these devices is configured with the kernel parameters npty and nstrpty.&lt;BR /&gt;&lt;BR /&gt;You may need to create new devices if you increase these values like&lt;BR /&gt;/sbin/insf -d ptym -n XX&lt;BR /&gt;/sbin/insf -d ptys -n XX&lt;BR /&gt;/sbin/insf -d pts -s XX&lt;BR /&gt;&lt;BR /&gt;see man ioscan for details.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;PS: Please assign points if you find answers useful!</description>
      <pubDate>Thu, 16 Mar 2006 04:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751375#M257906</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2006-03-16T04:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter for sshd devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751376#M257907</link>
      <description>ok thank u&lt;BR /&gt;Bye&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-for-sshd-devices/m-p/3751376#M257907</guid>
      <dc:creator>KOGOE</dc:creator>
      <dc:date>2006-03-16T06:34:04Z</dc:date>
    </item>
  </channel>
</rss>

