- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- stopping particular service access in telnet
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
12-06-2007 09:44 PM
12-06-2007 09:44 PM
stopping particular service access in telnet
Can we stop a user from using a particular service like reboot..etc to a user who has
telneted into our machine ?
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 10:41 PM
12-06-2007 10:41 PM
Re: stopping particular service access in telnet
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-access-console-program.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 10:47 PM
12-06-2007 10:47 PM
Re: stopping particular service access in telnet
Don give him special priveledges which would allow him to do some damage to system.
It is applicable to normal user aalso doesn't necessary to be a user through telnet.
BR,
kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 08:09 AM
12-10-2007 08:09 AM
Re: stopping particular service access in telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 04:00 PM
12-10-2007 04:00 PM
Re: stopping particular service access in telnet
If you're talking about a user who has 'sudo' access, then look at the documentation in 'man sudoers'.
If you're talking about a user who has 'su' access, well you can't without writing wrappers around them (which I wouldn't recomend).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2007 01:12 AM
12-27-2007 01:12 AM
Re: stopping particular service access in telnet
iptables -A INPUT -s
at the iptables file
then for ftp same as above but --dport 21
ssh 22