- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disabling finger completely
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-02-2003 02:50 AM
тАО10-02-2003 02:50 AM
I am trying to disable finger on a 11.11 server, I have commented the entry from both the /etc/inetd.conf and services files, and rebooted the server but I can still run the finger command on the server!
Any ideas on how to stop this???
Thanks Barbara
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 02:53 AM
тАО10-02-2003 02:53 AM
Re: disabling finger completely
Commenting out the lines in /etc/inetd.conf and /etc/services prevents someone from using finger on another machine to query your machine.
# finger @machine_name
Would result in a 'connection refused' error which is really what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 02:55 AM
тАО10-02-2003 02:55 AM
Re: disabling finger completely
To disable finger from remote connections, comment out the entries
in /etc/services and /etc/inetd.conf, restart inetd with the -c option. Test
using; finger @hostname.domain
Note; You will still be able to use finger on the system local, this can be
disabled by removing the execute permissions on the executable.
Hope this helps, Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 02:57 AM
тАО10-02-2003 02:57 AM
Re: disabling finger completely
What you did would prevent anyone from another machine running finger against your machine.
ie "finger @yourmc" will be disabled.
What Pete suggests will stop people running the "finger" command on your maching by renaming or removing the /usr/bin/finger command.
*BUT* - your really devious users may find that there is another copy of finger on /bin/finger - you should rename or remove that also.
BTW - what have you got against "finger" ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 03:02 AM
тАО10-02-2003 03:02 AM
Re: disabling finger completely
Thanks for the help, problem solved, I had assumed that blocking the ports etc would be enough to stop the process on the machine itself.
Graham, I am hardening a server for a DMZ and finger is a security baddie!
Cheers Barbara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 03:03 AM
тАО10-02-2003 03:03 AM
Re: disabling finger completely
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 06:56 AM
тАО10-02-2003 06:56 AM
Re: disabling finger completely
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2003 07:00 AM
тАО10-02-2003 07:00 AM
Re: disabling finger completely
-GK-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2020 11:28 AM
тАО10-06-2020 11:28 AM
Re: disabling finger completely
Where exactly do you type this in at?