- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: disable direct access/login via telnet/ftp
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-16-2009 07:22 PM
04-16-2009 07:22 PM
disable direct access/login via telnet/ftp
Hi
I'm doing hardening of the hpux server. how can i disable the telnet/ftp via direct login>?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 08:08 PM
04-16-2009 08:08 PM
Re: disable direct access/login via telnet/ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 09:35 PM
04-16-2009 09:35 PM
Re: disable direct access/login via telnet/ftp
FTP disabled
This means ftp should not be running. Comment out ftp line in /etc/inetd.conf and run "inetd -c"
Test by trying to ftp to the host.
TELNET disabled
This means telnet should not be running. Comment out telnet line in /etc/inetd.conf and run "inetd
-c" Test by trying to telnet to the host.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 10:48 PM
04-16-2009 10:48 PM
Re: disable direct access/login via telnet/ftp
i dont want to access it directly. it's like i want to login to another server A then from server A i can now telnet from server B (hardened server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 11:11 PM
04-16-2009 11:11 PM
Re: disable direct access/login via telnet/ftp
to get Telnet and FTP access to server B, but
only users on server A?
If you want some Telnet and FTP access to
server B, then you normally can't disable
the daemons in inetd.conf.
Forget about this idea of "direct". Server B
can't tell how a user got to server A. A
user on server A is a user on server A, even
if the Telnetted through five other systems
before reaching server A.
> [...] the hpux server [...]
"uname -a"? There is more than one version
of HP-UX, and they don't share all features.
For example, 11i v3 (11.31) offers
"bastille", but I don't see it for 11i v1
(11.11), although the v3 "man" page suggests
that it's available there, too.
http://docs.hp.com/en/B2355-60130/bastille.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 05:22 AM
04-17-2009 05:22 AM
Re: disable direct access/login via telnet/ftp
ftp stream tcp nowait root /usr/lbin/tcpd /usr/lbin ftpd -l
Locate the telenet entry and edit the line to:
telnet stream tcp nowait root /usr/lbin/tcpd/ /usr/lbin/telnetd telnetd
create /etc/hosts.allow and /etc/hosts.deny files. You can now specify what services can come from what hosts. I've attached a doc on tcp wrappers for you. Or do a man on hosts_access and tcpd for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 05:38 AM
04-17-2009 05:38 AM
Re: disable direct access/login via telnet/ftp
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
Product #: B6849AA
Version: B.03.00.31; B02.01.03
Software specification: HP-UX 11i v1 and later (Bastille B.3.0.31)
HP-UX 11.00 (Bastille B.02.01.03)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
