<?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 FTP access only in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271895#M178809</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A query, if a user has ftp access only (no telnet access) , he can still ftp a .profile file of his own creation to his own directory and then get FULL privileges. That's true is it not ? Any ideas on how to address this security issue.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgds&lt;BR /&gt;&lt;BR /&gt;Pat</description>
    <pubDate>Mon, 10 May 2004 07:30:17 GMT</pubDate>
    <dc:creator>patrick coutinho</dc:creator>
    <dc:date>2004-05-10T07:30:17Z</dc:date>
    <item>
      <title>FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271895#M178809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A query, if a user has ftp access only (no telnet access) , he can still ftp a .profile file of his own creation to his own directory and then get FULL privileges. That's true is it not ? Any ideas on how to address this security issue.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgds&lt;BR /&gt;&lt;BR /&gt;Pat</description>
      <pubDate>Mon, 10 May 2004 07:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271895#M178809</guid>
      <dc:creator>patrick coutinho</dc:creator>
      <dc:date>2004-05-10T07:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271896#M178810</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;that is possible only if you allow him to ftp it to his/her home directory as well as more than read permission for the .profile file. &lt;BR /&gt;&lt;BR /&gt;however, since telnet is not available by causing an exit everytime the user try to telnet, i am unsure how he/she is able to get FULL prvileges.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 16 Sep 2024 09:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271896#M178810</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2024-09-16T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271897#M178811</link>
      <description>Privileges arn't controlled by .profile - no matter what they put in it, they can't change their shell from /etc/passwd....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 10 May 2004 08:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271897#M178811</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-10T08:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271898#M178812</link>
      <description>Even if there were something in the .profile, for example and environment variable or something that controlled access to some software somewhere, they still wouldn't be able to overwrite their own .profile IF you remove write access from it.&lt;BR /&gt;  &lt;BR /&gt;A user does not need write access to their .profile</description>
      <pubDate>Mon, 10 May 2004 08:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271898#M178812</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-10T08:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271899#M178813</link>
      <description>Depends how you're denying telnet access. If you're doing it correctly and have their shell set to /usr/bin/false, then them overwriting their .profile is irrelevant as Geoff alluded.&lt;BR /&gt;&lt;BR /&gt;However, the comments about making sure .profile is read only or not owned by the user to disallow overwriting it anyway isn't quite accurate, I think. Wouldn't this be the same as users being able to overwrite their .profile in a telnet session? This is controlled by the home directory permissions, not the .profile permissions, right? Unless you want to block people from uploading files to their home directories on the server entirely by doing that, I don't think you can protect the .profile that way.</description>
      <pubDate>Mon, 10 May 2004 11:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271899#M178813</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-05-10T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271900#M178814</link>
      <description>If a user only needs ftp access, then set their shell to "/usr/bin/false" in /etc/passwd.&lt;BR /&gt; &lt;BR /&gt;ftp will still work, but they won't be able to login via telnet.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 10 May 2004 11:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271900#M178814</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-05-10T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271901#M178815</link>
      <description>Thanks everyone for those thoughts. Very valuable to me. This forum is really super. &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 11 May 2004 00:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271901#M178815</guid>
      <dc:creator>patrick coutinho</dc:creator>
      <dc:date>2004-05-11T00:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271902#M178816</link>
      <description>If possible in your evnrironment, I would suggest turning off ftp and telnet and implementing scp/ssh :).  This way unencrypted passwords are not going accross your network.  Just my two cents.  Also does not hurt to define the ftpaccess file when using ftp.</description>
      <pubDate>Tue, 11 May 2004 01:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271902#M178816</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2004-05-11T01:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271903#M178817</link>
      <description>Thanks Jeff</description>
      <pubDate>Tue, 11 May 2004 01:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271903#M178817</guid>
      <dc:creator>patrick coutinho</dc:creator>
      <dc:date>2004-05-11T01:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271904#M178818</link>
      <description>hi patrick,&lt;BR /&gt;&lt;BR /&gt;any reason why jeff gets the points and we get none???&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 11 May 2004 02:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271904#M178818</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-11T02:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP access only</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271905#M178819</link>
      <description>I am sorry guys. did not mean to offend anyone. I thought i had already assigned points to everyone before the last reply. My mistake. must be something with browser. My apologies. Points assigned.&lt;BR /&gt;&lt;BR /&gt;Many thanks once again to everyone. &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 11 May 2004 02:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access-only/m-p/3271905#M178819</guid>
      <dc:creator>patrick coutinho</dc:creator>
      <dc:date>2004-05-11T02:48:53Z</dc:date>
    </item>
  </channel>
</rss>

