<?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: Telnet and ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198853#M166167</link>
    <description>The easiest way would be to create a seperate /etc/passwd file for the duration of how long you wish to not allow the majority of users onto your system. Only other way is to have a list of the specified users and apply this list to /etc/profile. You can place some code in /etc/profile that reviews the list and evaluate whether these users can login or not. My suggestion is the first, by using a second /etc/passwd list.&lt;BR /&gt;This posting, may help with the code with /etc/profile should you like to make use of it.</description>
    <pubDate>Sun, 22 Feb 2004 16:54:38 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2004-02-22T16:54:38Z</dc:date>
    <item>
      <title>Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198850#M166164</link>
      <description>I would like to stop the use of telnet and ftp commands by all users except by root and specified users.  Is this possible?  If so, how do I go about doing it?&lt;BR /&gt;Thank you.</description>
      <pubDate>Sun, 22 Feb 2004 14:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198850#M166164</guid>
      <dc:creator>Angelo Mercieca</dc:creator>
      <dc:date>2004-02-22T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198851#M166165</link>
      <description>You can disable acces to ftp by placing a user in the file /etc/ftpd/ftpusers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2004 14:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198851#M166165</guid>
      <dc:creator>Pieter_5</dc:creator>
      <dc:date>2004-02-22T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198852#M166166</link>
      <description>The easiest way is to remove their accounts. If the problem users use your system with tools like email, you can replace their shell /usr/bin/sh with /usr/bin/false. They can login but will immediately be disconnected.</description>
      <pubDate>Sun, 22 Feb 2004 15:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198852#M166166</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-02-22T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198853#M166167</link>
      <description>The easiest way would be to create a seperate /etc/passwd file for the duration of how long you wish to not allow the majority of users onto your system. Only other way is to have a list of the specified users and apply this list to /etc/profile. You can place some code in /etc/profile that reviews the list and evaluate whether these users can login or not. My suggestion is the first, by using a second /etc/passwd list.&lt;BR /&gt;This posting, may help with the code with /etc/profile should you like to make use of it.</description>
      <pubDate>Sun, 22 Feb 2004 16:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198853#M166167</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-02-22T16:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198854#M166168</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know if I understood your question correctly. If you are asking about the users that can 'telnet|ftp' *into* the system, then you already got the answer.&lt;BR /&gt;&lt;BR /&gt;If you are asking about restricting the users to access 'telnet|ftp' on the system, then one way is to change the permissions on these executables. Create a group with users that need access to telnet and ftp. Change the permissions on these commands to allow only owner and the group to execute.&lt;BR /&gt;&lt;BR /&gt;However, there are other ways by which users can simulate telnet and ftp and the above doesn't really stop the ones that want to use them.&lt;BR /&gt;&lt;BR /&gt;A solid alternative is to create the users with restricted shell. For ex., create the user with the shell /usr/bin/rsh. Edit his/her profile and place PATH=/usr/restrict/bin. Make the owner as root. This way user can execute only the commmands in /usr/restrict/bin directory. You can link|copy the commands you want to there.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Feb 2004 01:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198854#M166168</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-23T01:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198855#M166169</link>
      <description>you can stop telnet login of root by creating a file /etc/securetty.&lt;BR /&gt;&lt;BR /&gt;Also add root user to /etc/ftpd/ftpusers&lt;BR /&gt;&lt;BR /&gt;to deny ftp login as root.</description>
      <pubDate>Mon, 23 Feb 2004 01:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198855#M166169</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-23T01:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198856#M166170</link>
      <description>Hi (Again),&lt;BR /&gt;&lt;BR /&gt;I forgot to caution about changing the permissions. Your swverify will report errors as the permissions got changed on these binaries. Also, they may get replaced by a patch. So, whenever you install patches, make sure to check the permissions.&lt;BR /&gt;&lt;BR /&gt;There are softwares like eTrust Access control, powerbroker etc., that can be used to effectively shut down the permissions on what the user can|cannot do. But you have to play $$ for that.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Feb 2004 02:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198856#M166170</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-23T02:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet and ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198857#M166171</link>
      <description>You can selective enable/disable internetworking services from SAM.. with the following path (at least 11x) &lt;BR /&gt;&lt;BR /&gt;Networking and Communication --&amp;gt; &lt;BR /&gt;                     System Access--&amp;gt;&lt;BR /&gt;                       Internet Services --&amp;gt; &lt;BR /&gt;&lt;BR /&gt;From this path you can disable the services &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 09:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-and-ftp/m-p/3198857#M166171</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-02-23T09:18:02Z</dc:date>
    </item>
  </channel>
</rss>

