HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Config dedicated FTP server
Operating System - HP-UX
1838571
Members
3585
Online
110128
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 08:54 AM
02-19-2003 08:54 AM
Config dedicated FTP server
I would like to setup an dedicated ftp server on HPUX 11.0 server. Somebody can help me with some info about this? I don't know where to begin. How should I set up an account? What do I need to config in this server? We also plan to place this server in DMZ so that people from outside of company can access to this.
Thanks.
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 02:04 PM
02-19-2003 02:04 PM
Re: Config dedicated FTP server
Michael -
Here is what I started with. At the time I was looking to restrict a given user. -
I used the following to set up a particular user as well as
DOC NR0801KBRC00007714
http://support2.itrc.hp.com/service/cki/search.do?searchString=A5651654&mode=id&submit=Search&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
I think you will find what you need here as well.
Best of luck.
dl
Here is what I started with. At the time I was looking to restrict a given user. -
I used the following to set up a particular user as well as
DOC NR0801KBRC00007714
http://support2.itrc.hp.com/service/cki/search.do?searchString=A5651654&mode=id&submit=Search&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
I think you will find what you need here as well.
Best of luck.
dl
"I'm not dumb. I just have a command of thoroughly useless information."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 03:42 PM
02-19-2003 03:42 PM
Re: Config dedicated FTP server
Dedicated FTP server right.
First step is to inventory all network services you will not need.
You must remove BIND, its a potential dential service tool.
NFS. Gone, get it off.
Berkeley protocols' rsh and all, have to go.
Telnet has to go. It must go because it transmits passwords back and forth clear text and that is just what a hacker would like to get his or her slimey hands on.
To replace telnet, put secure shell on the box. https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
I've attached a document to let you generate public keys so you can administer this server via ssh more easily.
Have I missed something, yes.
Try out the free Bastille security hardening tool. Here is a link.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=Bastille&search_free=1&search_trial=1&search_buy=1
You still want to stay current on security patches. Here is a link for security_patch_check
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=security+patch+check&search_free=1&search_trial=1&search_buy=1
Now you have a good start.
Good luck.
SEP
First step is to inventory all network services you will not need.
You must remove BIND, its a potential dential service tool.
NFS. Gone, get it off.
Berkeley protocols' rsh and all, have to go.
Telnet has to go. It must go because it transmits passwords back and forth clear text and that is just what a hacker would like to get his or her slimey hands on.
To replace telnet, put secure shell on the box. https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
I've attached a document to let you generate public keys so you can administer this server via ssh more easily.
Have I missed something, yes.
Try out the free Bastille security hardening tool. Here is a link.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=Bastille&search_free=1&search_trial=1&search_buy=1
You still want to stay current on security patches. Here is a link for security_patch_check
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=security+patch+check&search_free=1&search_trial=1&search_buy=1
Now you have a good start.
Good luck.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:56 AM
02-20-2003 10:56 AM
Re: Config dedicated FTP server
the suggestion to get bastille is a good one. as for FTP-specific tunes, well, you might glean something useful from the "ftp" or "sw download" server writeups at:
ftp://ftp.cup.hp.com/dist/networking/briefs/
probably good to grab the latest ftp patches from the itrc or the latest ftp bits from software.hp.com
ftp://ftp.cup.hp.com/dist/networking/briefs/
probably good to grab the latest ftp patches from the itrc or the latest ftp bits from software.hp.com
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP