<?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: Secure FTP server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468715#M759995</link>
    <description>Thanks for the input. That thought had crossed my mind. Part of the account setup would be to have the Administrator Telnet in and do the initial password change for them. Short of converting from a Trusted Server to an unTrusted server (which I don't want to do) that seems to be the only answer.</description>
    <pubDate>Wed, 29 Nov 2000 22:41:59 GMT</pubDate>
    <dc:creator>Mike Manley</dc:creator>
    <dc:date>2000-11-29T22:41:59Z</dc:date>
    <item>
      <title>Secure FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468711#M759991</link>
      <description>Have an S800 HP-UX 11.0 system being set up as a dedicated FTP server. Have converted it to a Trusted System. Unfortunately, after adding a new user, they cannot login (using FTP) until they have Telneted in and changed their password. Is there any simple way to add a new FTP user, assign them a password, and then let them login using FTP only? Or will I have to convert back to an unTrusted System?</description>
      <pubDate>Wed, 29 Nov 2000 20:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468711#M759991</guid>
      <dc:creator>Mike Manley</dc:creator>
      <dc:date>2000-11-29T20:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Secure FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468712#M759992</link>
      <description>I set up a dedicated server for FTP only access.&lt;BR /&gt;First I set the inetd.conf to log everything and to access the ftpaccess file  (ftpd stream ~ -l -a) and don't forget to set the netdaemons for this INETD_ARGS I think.&lt;BR /&gt;Then I set the /var/adm/inetd.sec to only allow ftp.&lt;BR /&gt;&lt;BR /&gt;Then to get creative I created my users, changed the /etc/passwd file for each user to (chroot) to a sub directory:  uid:*::::/home/user/subdir/./:/usr/bin/ksh&lt;BR /&gt;Under the users home directoru I created and copied&lt;BR /&gt;/home/user/usr/bin/ls   from /sbin/ls&lt;BR /&gt;/home/usr/usr/bin/pwd  from /usr/bin/pwd&lt;BR /&gt;&lt;BR /&gt;Then I copied from /usr/newconfig/etc/ftpd/ftpaccess&lt;BR /&gt;to /etc/ftpd/ftpaccess    and edited the file according to what I wanted done.  Put them all into a sort of guest group with limited rights.  &lt;BR /&gt;&lt;BR /&gt;Basically, it's pretty much the same setup as what is mentioned in HP's Installing &amp;amp; Administering Internet Services configuration of an Anonymous FTP - except that I set my ftpaccess file to stop anonymous ftps and only allow actual logins...By doing the above it kept these outside vendors from playing around and limited them to their home directory and only their files.  Hope I didn't miss anything, I did this once...awhile back.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 20:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468712#M759992</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-11-29T20:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Secure FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468713#M759993</link>
      <description>Thanks for the response. I was very paranoid when constucting the server. The system is built following the guide "Building a Bastion Host Using HP-UX 11" by Kevin Steves. However, the Trusted System's methodology for password management (requiring an initial password change by the user) complicates user administration terribly. What I am looking for is a way to add an FTP user account without them having to first Telnet in and change their password.</description>
      <pubDate>Wed, 29 Nov 2000 20:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468713#M759993</guid>
      <dc:creator>Mike Manley</dc:creator>
      <dc:date>2000-11-29T20:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Secure FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468714#M759994</link>
      <description>Greg:&lt;BR /&gt;If you are supplying them with the login/password, perhaps you can do the initial login and change their password before notifying them that their account is active.&lt;BR /&gt;Just a thought.</description>
      <pubDate>Wed, 29 Nov 2000 21:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468714#M759994</guid>
      <dc:creator>Maureen Gunkel</dc:creator>
      <dc:date>2000-11-29T21:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Secure FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468715#M759995</link>
      <description>Thanks for the input. That thought had crossed my mind. Part of the account setup would be to have the Administrator Telnet in and do the initial password change for them. Short of converting from a Trusted Server to an unTrusted server (which I don't want to do) that seems to be the only answer.</description>
      <pubDate>Wed, 29 Nov 2000 22:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-ftp-server/m-p/2468715#M759995</guid>
      <dc:creator>Mike Manley</dc:creator>
      <dc:date>2000-11-29T22:41:59Z</dc:date>
    </item>
  </channel>
</rss>

