- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to block telnet access to root
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
09-26-2006 07:27 PM
09-26-2006 07:27 PM
How to block telnet access to root
Because of some some securitty requirement i want to block the telnet access to root user. As well as i want to allow telnet access from only some particullar ip.
how i can to do this
Please give me some tips
Regards,
M.Guna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:43 PM
09-26-2006 07:43 PM
Re: How to block telnet access to root
you can reverse the code of this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=995109
or use:
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1053025
Both use similar idea of /etc/profile change.
The same can be used for your IPaddress requirement, with more ideas in:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1045600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:49 PM
09-26-2006 07:49 PM
Re: How to block telnet access to root
To restrict telnet access only from certain ip addresses - you can use /etc/inetd.sec file and mention something like this
telnet allow 192.178.6.* srv1 srv2 ...
refer to man inetd.sec for more info.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:53 PM
09-26-2006 07:53 PM
Re: How to block telnet access to root
You can acomplish allowing telnet access from only some particullar ip by editing your inetd.sec file
here you can configure from what IP'S can someone log on, for example
you can allow every connection from 102.105.58.*
or only allow telnet from
102.105.65.25
The first question i dont know, you could install secure shell and disable telnet, if you do this SSH would take the place of telnet and besides SSH is more secure.
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 04:49 PM
10-02-2006 04:49 PM