<?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: No. of concurrent telnet sessions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923074#M85138</link>
    <description>yep.&lt;BR /&gt;thats the reason I have told thanks and assigned 1point to all of you who spent your valuable time for me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VJ</description>
    <pubDate>Wed, 07 Sep 2005 03:51:32 GMT</pubDate>
    <dc:creator>vasundhara</dc:creator>
    <dc:date>2005-09-07T03:51:32Z</dc:date>
    <item>
      <title>No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923060#M85124</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you please let me know where can I find the number of concurrent telnet sessions that can be found on a linux server?&lt;BR /&gt;&lt;BR /&gt;Certainly there would be a limit, but, how to find what is the limit? In which configuration file this will be present?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VJ</description>
      <pubDate>Fri, 02 Sep 2005 03:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923060#M85124</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-02T03:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923061#M85125</link>
      <description>You can get telnet sessions as,&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep 'telnet'&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 02 Sep 2005 03:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923061#M85125</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-02T03:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923062#M85126</link>
      <description>This command gives the current no. of telnet sessions.&lt;BR /&gt;&lt;BR /&gt;I want to know how many sessions are allowed&lt;BR /&gt;&lt;BR /&gt;I mean....&lt;BR /&gt;&lt;BR /&gt;If I keep on opening telnet sessions, at some point of time, I cannot open any more sessions until the previous ones are closed.&lt;BR /&gt;&lt;BR /&gt;Where this limit will be present in the system? how can I find the limit?</description>
      <pubDate>Fri, 02 Sep 2005 03:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923062#M85126</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-02T03:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923063#M85127</link>
      <description>&lt;A href="http://www.google.com/search?hl=en&amp;amp;q=linux+concurrent+telnet+sessions&amp;amp;spell=1" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;q=linux+concurrent+telnet+sessions&amp;amp;spell=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;First link leads:&lt;BR /&gt;&lt;BR /&gt;If you started with the original /etc/xinetd.d/telnet file, it should&lt;BR /&gt;look sort of like this after all the editing:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses \&lt;BR /&gt;#       unencrypted username/password pairs for authentication.&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;         disable = no&lt;BR /&gt; instances       = 100&lt;BR /&gt;         flags           = REUSE&lt;BR /&gt;         socket_type     = stream&lt;BR /&gt;         wait            = no&lt;BR /&gt;         user            = root&lt;BR /&gt;         server          = /usr/sbin/in.telnetd&lt;BR /&gt;         log_on_failure  =&lt;BR /&gt; log_on_success  -= HOST&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So, "instances       = 100" &amp;lt;- is what are you looking for ...&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Fri, 02 Sep 2005 03:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923063#M85127</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-02T03:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923064#M85128</link>
      <description>I could not find this file at all. But, in inittab file it is written that:&lt;BR /&gt;&lt;BR /&gt;# This is for the telnet session. The inetd does not limit&lt;BR /&gt;# number of sessions, but number of pty in /dev does.&lt;BR /&gt;t:2345:respawn:/sbin/mini-inetd -f -s telnet /sbin/telnetd telnetd -L /bin/login&lt;BR /&gt;&lt;BR /&gt;So, there is some other parameter that is restricting no. of telnet sessions.</description>
      <pubDate>Fri, 02 Sep 2005 04:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923064#M85128</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-02T04:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923065#M85129</link>
      <description>Hmm ... what kind of linux you have?</description>
      <pubDate>Fri, 02 Sep 2005 04:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923065#M85129</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-02T04:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923066#M85130</link>
      <description>really sorry... &lt;BR /&gt;I am new to linux&lt;BR /&gt;&lt;BR /&gt;How to find the answer for 'what kind of linux I have'????&lt;BR /&gt;&lt;BR /&gt;Some other person installed the linux. So, Pl. let me know how to check what kind of linux it is.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VJ</description>
      <pubDate>Fri, 02 Sep 2005 04:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923066#M85130</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-02T04:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923067#M85131</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;cat /etc/issue</description>
      <pubDate>Fri, 02 Sep 2005 04:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923067#M85131</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-02T04:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923068#M85132</link>
      <description>just start your web browser..for fresh installations it shows the linux home page.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 02 Sep 2005 06:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923068#M85132</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-09-02T06:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923069#M85133</link>
      <description>&lt;BR /&gt;as what user you are trying to login as? if it is root then number of root logins via telnet is restricted by /etc/securetty file which states what are the consoles which are allowed for telnet connections for root.&lt;BR /&gt;&lt;BR /&gt;check the 'man login' for more details on securetty file.&lt;BR /&gt;&lt;BR /&gt;otherwise what is the error message you are getting when it is not allowing you to login?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Fri, 02 Sep 2005 06:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923069#M85133</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-02T06:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923070#M85134</link>
      <description>You wrote before :&lt;BR /&gt;# This is for the telnet session. The inetd does not limit&lt;BR /&gt;# number of sessions, but number of pty in /dev does.&lt;BR /&gt;t:2345:respawn:/sbin/mini-inetd -f -s telnet /sbin/telnetd telnetd -L /bin/login&lt;BR /&gt;&lt;BR /&gt;I would have a look at the number of /dev/pty* device files you have, e.g. ls /dev/pty* | wc -l&lt;BR /&gt;&lt;BR /&gt;This may be the maximum number of concurrent telnet sessions that you are allowed.  Once inetd runs out of available pty's no more telnet sesions can be created.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Steven</description>
      <pubDate>Sat, 03 Sep 2005 17:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923070#M85134</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2005-09-03T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923071#M85135</link>
      <description>Let me guess, you are running Debian? The fact you have the mini-inetd. Check with:&lt;BR /&gt;&lt;BR /&gt;cat /etc/debian_version&lt;BR /&gt;&lt;BR /&gt;My recommendation -- use xinetd, don't bother with the mini-inetd.&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
      <pubDate>Tue, 06 Sep 2005 20:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923071#M85135</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-09-06T20:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923072#M85136</link>
      <description>None of the above give me the answer I am looking at.&lt;BR /&gt;&lt;BR /&gt;I am not telling that you are wrong. May me the configuration of the server I am looking at is changed by the administrators.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the suggestions you have given.&lt;BR /&gt;&lt;BR /&gt;Sorry that I am not allocating any points.&lt;BR /&gt;&lt;BR /&gt;As I did not get the info I am looking for, I am not assigning points.</description>
      <pubDate>Wed, 07 Sep 2005 02:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923072#M85136</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-07T02:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923073#M85137</link>
      <description>Yes, but it's nice to thank the ppl that actually spent their time to help you, even if it didn't solve your problem. Don't you think?</description>
      <pubDate>Wed, 07 Sep 2005 03:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923073#M85137</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-07T03:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: No. of concurrent telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923074#M85138</link>
      <description>yep.&lt;BR /&gt;thats the reason I have told thanks and assigned 1point to all of you who spent your valuable time for me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VJ</description>
      <pubDate>Wed, 07 Sep 2005 03:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-of-concurrent-telnet-sessions/m-p/4923074#M85138</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2005-09-07T03:51:32Z</dc:date>
    </item>
  </channel>
</rss>

